]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
Update completions for Emacs and bash
[notmuch] / emacs / notmuch.el
index 218486ace24d2b69914618de636f69be37addcf4..ab00454357ef12f26b2f92b9705f30093d753a1f 100644 (file)
@@ -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" "*")))))