]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
CLI: define and use format version 5
[notmuch] / emacs / notmuch.el
index 351334aa00a34b198a89fd7ea065438a740c7a22..739cb93bafe47db0df98bbea3299f05f2ec989c0 100644 (file)
@@ -1020,7 +1020,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=4"
+                    "search" "--format=sexp" "--format-version=5"
                     (if oldest-first
                         "--sort=oldest-first"
                       "--sort=newest-first")