mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: notmuch-search-stash-thread-id: use notmuch-search-query-string
No longer use the function `notmuch-search-get-query', which does nothing but return the value of that variable. That function was added in [1:f47eeac0
] for use in `notmuch-read-query' along-side related `notmuch-show-get-query' and `notmuch-tree-get-query' but using it here makes little sense. 1:f47eeac0b0
emacs: set default in notmuch-read-query
This commit is contained in:
parent
42d32713be
commit
c6ac1121d4
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ there will be called at other points of notmuch execution."
|
|||
(defun notmuch-stash-query ()
|
||||
"Copy current query to kill-ring."
|
||||
(interactive)
|
||||
(notmuch-common-do-stash (notmuch-search-get-query)))
|
||||
(notmuch-common-do-stash notmuch-search-query-string))
|
||||
|
||||
;;; Movement
|
||||
|
||||
|
|
Loading…
Reference in a new issue