[PATCH 2/3] emacs: include tags from excluded messages in tag tab completion
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 9 Apr 2012 18:36:17 +0000 (11:36 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:46:11 +0000 (09:46 -0800)
c6/d65e230cdafac2c76d741fc033531985c4f5e1 [new file with mode: 0644]

diff --git a/c6/d65e230cdafac2c76d741fc033531985c4f5e1 b/c6/d65e230cdafac2c76d741fc033531985c4f5e1
new file mode 100644 (file)
index 0000000..4294947
--- /dev/null
@@ -0,0 +1,78 @@
+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 0E04F403E4C\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 oDZOkBH5E8ri for <notmuch@notmuchmail.org>;\r
+       Mon,  9 Apr 2012 11:36:25 -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 73D70429E44\r
+       for <notmuch@notmuchmail.org>; Mon,  9 Apr 2012 11:36:25 -0700 (PDT)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id F2BF566E00DF\r
+       for <notmuch@notmuchmail.org>; Mon,  9 Apr 2012 11:36:22 -0700 (PDT)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
+Received: from finestructure.net (gwave-225.ligo.caltech.edu\r
+ [131.215.114.225])    (Authenticated sender: jrollins)        by earth-doxen-submit\r
+ (Postfix) with ESMTP id 4257566E0120  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 14294768; 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 2/3] emacs: include tags from excluded messages in tag tab\r
+       completion\r
+Date: Mon,  9 Apr 2012 11:36:17 -0700\r
+Message-Id: <1333996578-24772-3-git-send-email-jrollins@finestructure.net>\r
+X-Mailer: git-send-email 1.7.9.1\r
+In-Reply-To: <1333996578-24772-2-git-send-email-jrollins@finestructure.net>\r
+References: <1333996578-24772-1-git-send-email-jrollins@finestructure.net>\r
+       <1333996578-24772-2-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
+The new message exclude functionality will hide tags that only exist\r
+on excluded messages.  However, one might very well want to manually\r
+modify excluded tags.  This makes sure tags from excluded messages are\r
+always available in tab completion.\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 38ae005..8b48399 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" "--output=tags" search-terms)))\r
++            nil "search" "--output=tags" "--exclude=false" 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