X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=00b78e1ed265a74d52aaf78d7479934f55a65cfb;hb=e76f6517de020783d828be59f461f1d4f465c4b4;hp=6db62a01c46b09e7851c9259552c13d7a7574c6b;hpb=fb6edb08005fdae210ed4fdc6ac654db236b8ed2;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 6db62a01..00b78e1e 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -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."