X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-query.el;fp=emacs%2Fnotmuch-query.el;h=592fd8f1cd88eeac4d77cd6b58a33fb3cde88053;hp=48acb551300a096804adba87e55b65cbf55c2053;hb=e1b7d32db00ea8afaa1f2ae31bdaa5cb423dda96;hpb=9eacd7d367aff4c5e8069e4b9f4c7ed8f466f6ee diff --git a/emacs/notmuch-query.el b/emacs/notmuch-query.el index 48acb551..592fd8f1 100644 --- a/emacs/notmuch-query.el +++ b/emacs/notmuch-query.el @@ -30,7 +30,7 @@ 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 search-terms))