mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
emacs: don't use deprecated "notmuch search-tags" command
A followup patch will finally remove this command, so we need to stop using it.
This commit is contained in:
parent
7d4cb73341
commit
bdf7955cd5
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ Complete list of currently available key bindings:
|
|||
(notmuch-remove-if-not
|
||||
(lambda (tag)
|
||||
(not (member tag hide-tags)))
|
||||
(process-lines notmuch-command "search-tags"))))
|
||||
(process-lines notmuch-command "search" "--output=tags" "*"))))
|
||||
|
||||
(defun notmuch-hello-insert-header ()
|
||||
"Insert the default notmuch-hello header."
|
||||
|
|
Loading…
Reference in a new issue