]> git.cworth.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: update call in tag-completion function
[notmuch] / emacs / notmuch.el
index f0afa0721628c8d53e7abfe3b8d4e603260d2892..38ae00507c9178d73cccb1be0de573d72de9d903 100644 (file)
@@ -89,7 +89,7 @@ For example:
    (with-output-to-string
      (with-current-buffer standard-output
        (apply 'call-process notmuch-command nil t
-             nil "search-tags" search-terms)))
+             nil "search" "--output=tags" search-terms)))
    "\n+" t))
 
 (defun notmuch-select-tag-with-completion (prompt &rest search-terms)