[PATCH 2/3] emacs: include tags from excluded messages in tag tab completion

2012-04-09 Thread Jameson Graef Rollins
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.
---
 emacs/notmuch.el |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 38ae005..8b48399 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  search-terms)
-- 
1.7.9.1



[PATCH 2/3] emacs: include tags from excluded messages in tag tab completion

2012-04-09 Thread Jameson Graef Rollins
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.
---
 emacs/notmuch.el |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 38ae005..8b48399 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)
-- 
1.7.9.1

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch