X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tag.el;fp=emacs%2Fnotmuch-tag.el;h=536315e9a788f7ae10dc2a58750fb99e1f874584;hp=e3a60441a0b51a86d527b1c61fa6e9bd9a64a018;hb=e722b4f48c90ea6536ac7efef47f9d0f3d8cc191;hpb=9fe36d7dc79df93e75de44290faf3fed66e688c0 diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el index e3a60441..536315e9 100644 --- a/emacs/notmuch-tag.el +++ b/emacs/notmuch-tag.el @@ -397,7 +397,7 @@ Return all tags if no search terms are given." (split-string (with-output-to-string (with-current-buffer standard-output - (apply 'call-process notmuch-command nil t + (apply 'notmuch--call-process notmuch-command nil t nil "search" "--output=tags" "--exclude=false" search-terms))) "\n+" t))