X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-query.el;h=563e4acf57df3ab2c017085aea4c03d0677c3b72;hb=c6f43306ccb35a5e885b186fbf87394d2f036813;hp=592fd8f1cd88eeac4d77cd6b58a33fb3cde88053;hpb=e1b7d32db00ea8afaa1f2ae31bdaa5cb423dda96;p=notmuch diff --git a/emacs/notmuch-query.el b/emacs/notmuch-query.el index 592fd8f1..563e4acf 100644 --- a/emacs/notmuch-query.el +++ b/emacs/notmuch-query.el @@ -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)))