mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
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.
This commit is contained in:
parent
1d4758e21f
commit
8225ff21ec
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue