]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: add path: prefix to query completion
authorJani Nikula <jani@nikula.org>
Wed, 19 Mar 2014 16:53:06 +0000 (18:53 +0200)
committerDavid Bremner <david@tethera.net>
Sun, 23 Mar 2014 10:49:50 +0000 (07:49 -0300)
Complete to the new path: prefix.

emacs/notmuch.el

index 047175001c777d0e7fe9dfa26bdb69a0dd668a2d..65baa0cb8886d6ff9e8e531a7c1a8aadfe7625b2 100644 (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)))