mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
emacs: Escape tag queries suggested by tab completion
This commit is contained in:
parent
b235850f9b
commit
0a4663ff43
1 changed files with 1 additions and 1 deletions
|
@ -917,7 +917,7 @@ PROMPT is the string to prompt with."
|
||||||
(append (list "folder:" "thread:" "id:" "date:" "from:" "to:"
|
(append (list "folder:" "thread:" "id:" "date:" "from:" "to:"
|
||||||
"subject:" "attachment:")
|
"subject:" "attachment:")
|
||||||
(mapcar (lambda (tag)
|
(mapcar (lambda (tag)
|
||||||
(concat "tag:" tag))
|
(concat "tag:" (notmuch-escape-boolean-term tag)))
|
||||||
(process-lines notmuch-command "search" "--output=tags" "*")))))
|
(process-lines notmuch-command "search" "--output=tags" "*")))))
|
||||||
(let ((keymap (copy-keymap minibuffer-local-map))
|
(let ((keymap (copy-keymap minibuffer-local-map))
|
||||||
(minibuffer-completion-table
|
(minibuffer-completion-table
|
||||||
|
|
Loading…
Reference in a new issue