]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-query.el
cli/show: make --decrypt take a keyword.
[notmuch] / emacs / notmuch-query.el
index 592fd8f1cd88eeac4d77cd6b58a33fb3cde88053..563e4acf57df3ab2c017085aea4c03d0677c3b72 100644 (file)
@@ -32,7 +32,7 @@ is a possibly empty forest of replies.
 "
   (let ((args '("show" "--format=sexp" "--format-version=4")))
     (if notmuch-show-process-crypto
-       (setq args (append args '("--decrypt"))))
+       (setq args (append args '("--decrypt=true"))))
     (setq args (append args search-terms))
     (apply #'notmuch-call-notmuch-sexp args)))