mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
contrib: pick: add docstring for notmuch-pick-worker
This commit is contained in:
parent
7febf701e7
commit
95ee9ed643
1 changed files with 4 additions and 0 deletions
|
@ -854,6 +854,10 @@ Complete list of currently available key bindings:
|
|||
results-buf)))))
|
||||
|
||||
(defun notmuch-pick-worker (basic-query &optional query-context target open-target)
|
||||
"Insert the actual pick search in the current buffer.
|
||||
|
||||
This is is a helper function for notmuch-pick. The arguments are
|
||||
the same as for the function notmuch-pick."
|
||||
(interactive)
|
||||
(notmuch-pick-mode)
|
||||
(setq notmuch-pick-basic-query basic-query)
|
||||
|
|
Loading…
Reference in a new issue