emacs: add path: prefix to query completion

Complete to the new path: prefix.
This commit is contained in:
Jani Nikula 2014-03-19 18:53:06 +02:00 committed by David Bremner
parent 4430b14106
commit 14d3251b9c

View file

@ -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)))