aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-query.el
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-12-15 22:17:29 -0500
committerGravatar David Bremner <bremner@debian.org>2012-12-16 17:22:26 -0400
commit2cdb3f54f71e5e415a930aaa36452ffe1db04d06 (patch)
treedd2168a1040091ef787ca1219af2370b4a2e9e08 /emacs/notmuch-query.el
parent0df6dcfe7631b032e26c15ebb9627b3699200022 (diff)
emacs: Use --format-version for search, show, and reply
Diffstat (limited to 'emacs/notmuch-query.el')
-rw-r--r--emacs/notmuch-query.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-query.el b/emacs/notmuch-query.el
index e7e35207..6e9f406d 100644
--- a/emacs/notmuch-query.el
+++ b/emacs/notmuch-query.el
@@ -29,7 +29,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=json")))
+ (let ((args '("show" "--format=json" "--format-version=1")))
(if notmuch-show-process-crypto
(setq args (append args '("--decrypt"))))
(setq args (append args search-terms))