From: David Bremner Date: Sun, 7 Apr 2013 13:52:46 +0000 (+2100) Subject: Re: [PATCH] emacs: add missing paren to fix defun in notmuch-address.el. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e22f4e9d9f03c1d2f76e07a9c401c724eae8656f;p=notmuch-archives.git Re: [PATCH] emacs: add missing paren to fix defun in notmuch-address.el. --- diff --git a/ae/be440ba0ee5a7f5046ac02194a41317a6fc8b8 b/ae/be440ba0ee5a7f5046ac02194a41317a6fc8b8 new file mode 100644 index 000000000..d26224cb4 --- /dev/null +++ b/ae/be440ba0ee5a7f5046ac02194a41317a6fc8b8 @@ -0,0 +1,76 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id D8AEB431FB6 + for ; Sun, 7 Apr 2013 06:52:53 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 9hwDo+9zRHaY for ; + Sun, 7 Apr 2013 06:52:53 -0700 (PDT) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 56ABC431FAE + for ; Sun, 7 Apr 2013 06:52:53 -0700 (PDT) +Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net + ([156.34.82.78] helo=zancas.localnet) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) + (envelope-from ) + id 1UOq1c-0005IO-0W; Sun, 07 Apr 2013 10:52:52 -0300 +Received: from bremner by zancas.localnet with local (Exim 4.80) + (envelope-from ) + id 1UOq1W-0006Px-Ez; Sun, 07 Apr 2013 10:52:46 -0300 +From: David Bremner +To: Karl Fogel , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: add missing paren to fix defun in + notmuch-address.el. +In-Reply-To: <87wqsfik5l.fsf@floss.red-bean.com> +References: <87wqsfik5l.fsf@floss.red-bean.com> +User-Agent: Notmuch/0.15.2+73~g1c450ec (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Sun, 07 Apr 2013 10:52:46 -0300 +Message-ID: <87mwtah2hd.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-Spam_bar: - +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 07 Apr 2013 13:52:54 -0000 + +Karl Fogel writes: + +> This patch fixes a trivial missing-paren problem in notmuch-address.el +> (and reindents the following defun accordingly). I'm not subscribed +> to this list, so please keep me CC'd on any followups. +> +> Best, +> -Karl + +Dear Karl; + +Thanks very much for the patch. + +Since the offending commit is now reverted, it would be great if +somebody (TM) would combine your patch with 238bf4cb09 + +Cheers, + +d