aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2014-03-19 18:53:06 +0200
committerGravatar David Bremner <david@tethera.net>2014-03-23 07:49:50 -0300
commit14d3251b9c08c947b16af58097a072a187109658 (patch)
tree86dfd1e1f73747b01a1838c3b90d390540fccbc6 /emacs
parent4430b14106ce0d43c9f0387d442b50da370951e0 (diff)
emacs: add path: prefix to query completion
Complete to the new path: prefix.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 04717500..65baa0cb 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -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)))