X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=8b483995cf7f660099e9e2bda7c1bd6c721d9380;hb=8225ff21ec85a70749b2c58283c0a9f714303b4b;hp=38ae00507c9178d73cccb1be0de573d72de9d903;hpb=1d4758e21f2031fa09ce4b150e2cfc2399fc5133;p=notmuch 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)