X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-query.el;fp=emacs%2Fnotmuch-query.el;h=5c7f4f8d8918504a70e23c436c6f644c44f1f2ce;hp=d7349b771e4ff4efde18249d54a32a8dc2adde45;hb=731697d671749a13634a2a4b843ce62f2927f64f;hpb=357dd488caf0262f8a36ea4fd23b9d017cc93440 diff --git a/emacs/notmuch-query.el b/emacs/notmuch-query.el index d7349b77..5c7f4f8d 100644 --- a/emacs/notmuch-query.el +++ b/emacs/notmuch-query.el @@ -31,7 +31,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=4"))) + (let ((args '("show" "--format=sexp" "--format-version=5"))) (when notmuch-show-process-crypto (setq args (append args '("--decrypt=true")))) (setq args (append args search-terms))