]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-mua.el
cli/reply: make --decrypt take a keyword
[notmuch] / emacs / notmuch-mua.el
index 7a341ebf0588a3e91ee3666b119701be2ca91c8f..59b546a65f072b18420e80aced14f22f938fac87 100644 (file)
@@ -181,7 +181,7 @@ mutiple parts get a header."
        reply
        original)
     (when process-crypto
-      (setq args (append args '("--decrypt"))))
+      (setq args (append args '("--decrypt=true"))))
 
     (if reply-all
        (setq args (append args '("--reply-to=all")))