X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=bd503a1108d5eb616a0c731d0d589c4ab46bf778;hp=90af68e399b966da5a97f1718b42e9ba1a0a849e;hb=b6f87c3085e25e5bf65a4f956af8846bc0681c52;hpb=a83ab29930161d999ad1c45b6eb9cfbaa5e90ceb diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 90af68e3..bd503a11 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -994,7 +994,7 @@ the configured default sort order." (save-excursion (let ((proc (notmuch-start-notmuch "notmuch-search" buffer #'notmuch-search-process-sentinel - "search" "--format=sexp" "--format-version=2" + "search" "--format=sexp" "--format-version=3" (if oldest-first "--sort=oldest-first" "--sort=newest-first")