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:
David Bremner 2013-01-19 14:25:52 -04:00
parent 7d4cb73341
commit bdf7955cd5

View file

@ -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."