[PATCH 1/3] emacs: update call in tag-completion function
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 9 Apr 2012 18:36:16 +0000 (11:36 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:46:11 +0000 (09:46 -0800)
ad/880687a761de7f299b2acdd9c479e415b00e5d [new file with mode: 0644]

diff --git a/ad/880687a761de7f299b2acdd9c479e415b00e5d b/ad/880687a761de7f299b2acdd9c479e415b00e5d
new file mode 100644 (file)
index 0000000..301d8eb
--- /dev/null
@@ -0,0 +1,74 @@
+Return-Path: <jrollins@finestructure.net>\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 ACEC9403E4C\r
+       for <notmuch@notmuchmail.org>; Mon,  9 Apr 2012 11:36:26 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] 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 3qDG3IwtpHKm for <notmuch@notmuchmail.org>;\r
+       Mon,  9 Apr 2012 11:36:26 -0700 (PDT)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id 32DAC40CAE2\r
+       for <notmuch@notmuchmail.org>; Mon,  9 Apr 2012 11:36:26 -0700 (PDT)\r
+Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by fire-doxen-postvirus (Postfix) with ESMTP id B687D328033\r
+       for <notmuch@notmuchmail.org>; Mon,  9 Apr 2012 11:36:24 -0700 (PDT)\r
+X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
+Received: from finestructure.net (gwave-225.ligo.caltech.edu\r
+ [131.215.114.225])    (Authenticated sender: jrollins)        by fire-doxen-submit\r
+ (Postfix) with ESMTP id 41A0B2E50D99  for <notmuch@notmuchmail.org>; Mon,  9\r
+ Apr 2012 11:36:21 -0700 (PDT)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 110D5763; Mon,  9 Apr 2012 11:36:21 -0700 (PDT)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: [PATCH 1/3] emacs: update call in tag-completion function\r
+Date: Mon,  9 Apr 2012 11:36:16 -0700\r
+Message-Id: <1333996578-24772-2-git-send-email-jrollins@finestructure.net>\r
+X-Mailer: git-send-email 1.7.9.1\r
+In-Reply-To: <1333996578-24772-1-git-send-email-jrollins@finestructure.net>\r
+References: <1333996578-24772-1-git-send-email-jrollins@finestructure.net>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\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: Mon, 09 Apr 2012 18:36:26 -0000\r
+\r
+"search-tags" is deprecated, so use the more modern and supported\r
+"search --output=tags".\r
+---\r
+ emacs/notmuch.el |    2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
+index f0afa07..38ae005 100644\r
+--- a/emacs/notmuch.el\r
++++ b/emacs/notmuch.el\r
+@@ -89,7 +89,7 @@ For example:\r
+    (with-output-to-string\r
+      (with-current-buffer standard-output\r
+        (apply 'call-process notmuch-command nil t\r
+-            nil "search-tags" search-terms)))\r
++            nil "search" "--output=tags" search-terms)))\r
+    "\n+" t))\r
\r
+ (defun notmuch-select-tag-with-completion (prompt &rest search-terms)\r
+-- \r
+1.7.9.1\r
+\r