From: Jameson Graef Rollins Date: Mon, 9 Apr 2012 18:36:16 +0000 (-0700) Subject: emacs: update call in tag-completion function X-Git-Tag: 0.13_rc1~87 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=1d4758e21f2031fa09ce4b150e2cfc2399fc5133 emacs: update call in tag-completion function "search-tags" is deprecated, so use the more modern and supported "search --output=tags". --- 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)