]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: include tags from excluded messages in tag tab completion
[notmuch] / emacs / notmuch.el
index 38ae00507c9178d73cccb1be0de573d72de9d903..8b483995cf7f660099e9e2bda7c1bd6c721d9380 100644 (file)
@@ -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)