X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-query.el;h=563e4acf57df3ab2c017085aea4c03d0677c3b72;hb=852167479f552cd396b1fdcbe9b1cb4db40e5e0a;hp=48acb551300a096804adba87e55b65cbf55c2053;hpb=b6f87c3085e25e5bf65a4f956af8846bc0681c52;p=notmuch diff --git a/emacs/notmuch-query.el b/emacs/notmuch-query.el index 48acb551..563e4acf 100644 --- a/emacs/notmuch-query.el +++ b/emacs/notmuch-query.el @@ -30,9 +30,9 @@ A thread is a forest or list of trees. A tree is a two element list where the first element is a message, and the second element is a possibly empty forest of replies. " - (let ((args '("show" "--format=sexp" "--format-version=3"))) + (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)))