--- /dev/null
+Return-Path: <kfogel@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 83A27431FB6\r
+ for <notmuch@notmuchmail.org>; Sat, 6 Apr 2013 11:33:30 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.699\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001,\r
+ RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id wq32KEEA+UF6 for <notmuch@notmuchmail.org>;\r
+ Sat, 6 Apr 2013 11:33:30 -0700 (PDT)\r
+Received: from mail-vb0-f49.google.com (mail-vb0-f49.google.com\r
+ [209.85.212.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id D88C7431FAE\r
+ for <notmuch@notmuchmail.org>; Sat, 6 Apr 2013 11:33:29 -0700 (PDT)\r
+Received: by mail-vb0-f49.google.com with SMTP id 11so2903587vbf.36\r
+ for <notmuch@notmuchmail.org>; Sat, 06 Apr 2013 11:33:29 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=x-received:sender:from:to:subject:reply-to:date:message-id\r
+ :user-agent:mime-version:content-type;\r
+ bh=bHp9419IobinShm/0NaJ/jlVBjdfBFRTvtLIYiP87to=;\r
+ b=JlzJLlUddKG+EJVcjASgLNNLm9EUM0eKXP/KnSDi8qS5I+zK1rC2sdliaXoKRH2l0i\r
+ 0DdacDTQAL7A0jECVncOQJGgOY+1D13RgUaZzGFPFyLkTZrQAoTJfyoCB1ky5DRxkhaz\r
+ 2MXGh3XQf9qShTq61jib//5O/riVNBLiyTdKV71MjTXT2v+cVoF0HaR+spCCS/dS/z1A\r
+ HOa3L2Ol2VuJUeTKLr9VCgAgjuPkax4wC4uk27AQ+u4m1j1k0VvM85u9MbFZNgvZMKMr\r
+ MMPX58uPKI6F/zdlWeaFTrU768rk5PKZ8NIMzACJzwyBcKVH9O11tmacTbX+/NzSzOlC\r
+ MwDQ==\r
+X-Received: by 10.58.45.71 with SMTP id k7mr11684741vem.0.1365273208209;\r
+ Sat, 06 Apr 2013 11:33:28 -0700 (PDT)\r
+Received: from floss.red-bean.com ([74.113.160.38])\r
+ by mx.google.com with ESMTPS id q5sm18775054vdj.5.2013.04.06.11.33.27\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Sat, 06 Apr 2013 11:33:27 -0700 (PDT)\r
+Sender: Karl Fogel <kfogel@gmail.com>\r
+From: Karl Fogel <kfogel@red-bean.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] emacs: add missing paren to fix defun in notmuch-address.el.\r
+Date: Sat, 06 Apr 2013 14:33:26 -0400\r
+Message-ID: <87wqsfik5l.fsf@floss.red-bean.com>\r
+User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)\r
+MIME-Version: 1.0\r
+Content-Type: multipart/mixed; boundary="=-=-="\r
+X-Mailman-Approved-At: Sun, 07 Apr 2013 06:36:21 -0700\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+Reply-To: Karl Fogel <kfogel@red-bean.com>\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 06 Apr 2013 18:33:30 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+\r
+This patch fixes a trivial missing-paren problem in notmuch-address.el\r
+(and reindents the following defun accordingly). I'm not subscribed\r
+to this list, so please keep me CC'd on any followups.\r
+\r
+Best,\r
+-Karl\r
+\r
+\r
+--=-=-=\r
+Content-Type: text/x-diff\r
+Content-Disposition: inline;\r
+ filename=0001-emacs-add-missing-paren-to-close-notmuch-bbdb-snarf-.patch\r
+Content-Description: Trivial fix to restore missing paren in\r
+ notmuch-address.el.\r
+\r
+>From 4c74ad313f608f0834961c63c70d1f811ef103b7 Mon Sep 17 00:00:00 2001\r
+From: Karl Fogel <kfogel@red-bean.com>\r
+Date: Sat, 6 Apr 2013 13:21:54 -0400\r
+Subject: [PATCH] emacs: add missing paren to close\r
+ `notmuch-bbdb/snarf-headers' definition.\r
+\r
+This unbreaks emacs/notmuch-address.el. Without this fix,\r
+the notmuch build process fails with this error:\r
+\r
+ $ make\r
+ ...\r
+ In toplevel form:\r
+ emacs/notmuch.el:56:1:Error: End of file during parsing: \\r
+ /path/to/source/tree/notmuch/emacs/notmuch-address.el\r
+ make: *** [emacs/notmuch.elc] Error 1\r
+ $\r
+---\r
+ emacs/notmuch-address.el | 12 ++++++------\r
+ 1 file changed, 6 insertions(+), 6 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-address.el b/emacs/notmuch-address.el\r
+index 32c8490..4eda098 100644\r
+--- a/emacs/notmuch-address.el\r
++++ b/emacs/notmuch-address.el\r
+@@ -107,13 +107,13 @@ line."\r
+ (let ((addrs (bbdb-get-addresses nil nil 'notmuch-bbdb/get-header-content))\r
+ (bbdb-get-addresses-headers headers) ; headers to read\r
+ (bbdb-gag-messages t)) ; suppress m/n processed message)\r
+- (bbdb-update-records addrs t t))\r
++ (bbdb-update-records addrs t t)))\r
+ \r
+- (defun notmuch-bbdb/snarf-from ()\r
+- "Import the sender of the current message into BBDB"\r
+- (interactive)\r
+- (notmuch-bbdb/snarf-headers\r
+- (list (assoc 'authors bbdb-get-addresses-headers))))\r
++(defun notmuch-bbdb/snarf-from ()\r
++ "Import the sender of the current message into BBDB"\r
++ (interactive)\r
++ (notmuch-bbdb/snarf-headers\r
++ (list (assoc 'authors bbdb-get-addresses-headers))))\r
+ \r
+ (defun notmuch-bbdb/snarf-to ()\r
+ "Import all recipients of the current message into BBDB"\r
+-- \r
+1.7.10.4\r
+\r
+\r
+--=-=-=--\r