]> git.cworth.org Git - notmuch/commitdiff
Merge branch 'release'
authorDavid Bremner <david@tethera.net>
Sat, 13 May 2017 11:51:10 +0000 (08:51 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 13 May 2017 11:51:10 +0000 (08:51 -0300)
Emacs bug fix from Mark

emacs/notmuch-tree.el

index 7bebdbabb6cc492997f6afee04e0e1077365efae..d4d407616deec11d9f278ccbfa5b03f0cd11972c 100644 (file)
@@ -917,7 +917,7 @@ the same as for the function notmuch-tree."
     (notmuch-tag-clear-cache)
     (let ((proc (notmuch-start-notmuch
                 "notmuch-tree" (current-buffer) #'notmuch-tree-process-sentinel
-                "show" "--body=false" "--format=sexp"
+                "show" "--body=false" "--format=sexp" "--format-version=2"
                 message-arg search-args))
          ;; Use a scratch buffer to accumulate partial output.
          ;; This buffer will be killed by the sentinel, which