From 14d3251b9c08c947b16af58097a072a187109658 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Wed, 19 Mar 2014 18:53:06 +0200 Subject: [PATCH] emacs: add path: prefix to query completion Complete to the new path: prefix. --- emacs/notmuch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.43.0