X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=ab00454357ef12f26b2f92b9705f30093d753a1f;hb=be8e796fd51ffe956ac70b10868851ebbf56fcab;hp=218486ace24d2b69914618de636f69be37addcf4;hpb=30f1c43efe32c83193a6b9ae1f31ab2667e4195d;p=notmuch 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" "*")))))