aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2013-01-19 14:25:52 -0400
committerGravatar David Bremner <bremner@debian.org>2013-01-22 21:18:56 -0400
commitbdf7955cd54d345f9967b6608d25f3f0f7f5e1f5 (patch)
tree73e163e4a5a8a2fef08ea920357ab9bc6f40a044 /emacs
parent7d4cb73341e0c98d588d70d5a99c5b709907d428 (diff)
emacs: don't use deprecated "notmuch search-tags" command
A followup patch will finally remove this command, so we need to stop using it.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch-hello.el2
1 files changed, 1 insertions, 1 deletions
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."