aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-12-02 14:38:00 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-12-02 16:14:31 -0800
commit4d19b89d293253def0b25aaa0c0c30ed8810804d (patch)
tree4e392e923e7d7d26ada1f42cde2b8508126f2e2a /notmuch.el
parent8a3352e619de6d347e1eb42011e65a85f0f4c7ca (diff)
emacs: Add --entire-thread option to "notmuch show" command line.
We (plan to) do any hiding of messages from within emacs, so don't let notmuch hide messages from us.
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch.el b/notmuch.el
index 25096513..84247aa5 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -933,7 +933,7 @@ thread from that buffer can be show when done with this one)."
(erase-buffer)
(goto-char (point-min))
(save-excursion
- (call-process notmuch-command nil t nil "show" thread-id)
+ (call-process notmuch-command nil t nil "show" "--entire-thread" thread-id)
(notmuch-show-markup-messages)
)
(run-hooks 'notmuch-show-hook)