X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=38ae00507c9178d73cccb1be0de573d72de9d903;hb=1d4758e21f2031fa09ce4b150e2cfc2399fc5133;hp=f0afa0721628c8d53e7abfe3b8d4e603260d2892;hpb=6409a27b2c835223806e4b14cc219c927856c256;p=notmuch diff --git a/emacs/notmuch.el b/emacs/notmuch.el index f0afa072..38ae0050 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -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)