mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 11:28:13 +01:00
contrib: pick: bugfix use of mini-buffer history
pick was meant to use the same mini-buffer history but this failed because the interactive definition took place before the use search mini-buffer history part. Remove the interactive prompt to ensure the correct history is used.
This commit is contained in:
parent
302120362e
commit
b8faf2b543
1 changed files with 1 additions and 1 deletions
|
@ -899,7 +899,7 @@ The arguments are:
|
|||
BUFFER-NAME: the name of the buffer to show the pick tree. If
|
||||
it is nil \"*notmuch-pick\" followed by QUERY is used.
|
||||
OPEN-TARGET: If TRUE open the target message in the message pane."
|
||||
(interactive "sNotmuch pick: ")
|
||||
(interactive)
|
||||
(if (null query)
|
||||
(setq query (notmuch-read-query "Notmuch pick: ")))
|
||||
(let ((buffer (get-buffer-create (generate-new-buffer-name
|
||||
|
|
Loading…
Reference in a new issue