aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Jameson Graef Rollins <jrollins@finestructure.net>2012-04-09 11:36:17 -0700
committerGravatar David Bremner <bremner@debian.org>2012-04-12 08:43:22 -0300
commit8225ff21ec85a70749b2c58283c0a9f714303b4b (patch)
treea5601770cd3e2d38370782268bedb9e762bb5a63 /emacs
parent1d4758e21f2031fa09ce4b150e2cfc2399fc5133 (diff)
emacs: include tags from excluded messages in tag tab completion
The new message exclude functionality will hide tags that only exist on excluded messages. However, one might very well want to manually modify excluded tags. This makes sure tags from excluded messages are always available in tab completion.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 38ae0050..8b483995 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -89,7 +89,7 @@ For example:
(with-output-to-string
(with-current-buffer standard-output
(apply 'call-process notmuch-command nil t
- nil "search" "--output=tags" search-terms)))
+ nil "search" "--output=tags" "--exclude=false" search-terms)))
"\n+" t))
(defun notmuch-select-tag-with-completion (prompt &rest search-terms)