X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=ab00454357ef12f26b2f92b9705f30093d753a1f;hp=218486ace24d2b69914618de636f69be37addcf4;hb=694c7b9ba7c83eba10105f0f151884dcdb90426d;hpb=b04bc967f9837e9d451ef88c276c744aa55accaa diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 218486ac..ab004543 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -858,7 +858,7 @@ PROMPT is the string to prompt with." (lexical-let ((completions (append (list "folder:" "path:" "thread:" "id:" "date:" "from:" "to:" - "subject:" "attachment:") + "subject:" "attachment:" "mimetype:") (mapcar (lambda (tag) (concat "tag:" (notmuch-escape-boolean-term tag))) (process-lines notmuch-command "search" "--output=tags" "*")))))