mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
emacs: add path: prefix to query completion
Complete to the new path: prefix.
This commit is contained in:
parent
4430b14106
commit
14d3251b9c
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ See `notmuch-tag' for information on the format of TAG-CHANGES."
|
|||
PROMPT is the string to prompt with."
|
||||
(lexical-let
|
||||
((completions
|
||||
(append (list "folder:" "thread:" "id:" "date:" "from:" "to:"
|
||||
(append (list "folder:" "path:" "thread:" "id:" "date:" "from:" "to:"
|
||||
"subject:" "attachment:")
|
||||
(mapcar (lambda (tag)
|
||||
(concat "tag:" (notmuch-escape-boolean-term tag)))
|
||||
|
|
Loading…
Reference in a new issue