diff options
| author | David Bremner <david@tethera.net> | 2017-05-13 08:51:10 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-05-13 08:51:10 -0300 |
| commit | 523d2b50fcaae90cbe09975c1f1bc652ff521ec6 (patch) | |
| tree | 3f56deb9021bb5a8f030939e93d43b302cb07d55 | |
| parent | 30c475c1ef3d6823ed9ab0affc30328726c5240f (diff) | |
| parent | 2d79d38a0f74ccf2195e3685cd114646961e4000 (diff) | |
Merge branch 'release'
Emacs bug fix from Mark
| -rw-r--r-- | emacs/notmuch-tree.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 7bebdbab..d4d40761 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -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 |
