mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
emacs: update call in tag-completion function
"search-tags" is deprecated, so use the more modern and supported "search --output=tags".
This commit is contained in:
parent
6409a27b2c
commit
1d4758e21f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ For example:
|
||||||
(with-output-to-string
|
(with-output-to-string
|
||||||
(with-current-buffer standard-output
|
(with-current-buffer standard-output
|
||||||
(apply 'call-process notmuch-command nil t
|
(apply 'call-process notmuch-command nil t
|
||||||
nil "search-tags" search-terms)))
|
nil "search" "--output=tags" search-terms)))
|
||||||
"\n+" t))
|
"\n+" t))
|
||||||
|
|
||||||
(defun notmuch-select-tag-with-completion (prompt &rest search-terms)
|
(defun notmuch-select-tag-with-completion (prompt &rest search-terms)
|
||||||
|
|
Loading…
Reference in a new issue