From: Jani Nikula Date: Wed, 19 Mar 2014 16:53:06 +0000 (+0200) Subject: emacs: add path: prefix to query completion X-Git-Tag: 0.18_rc0~84 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=14d3251b9c08c947b16af58097a072a187109658 emacs: add path: prefix to query completion Complete to the new path: prefix. --- 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)))