From 4d19b89d293253def0b25aaa0c0c30ed8810804d Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 2 Dec 2009 14:38:00 -0800 Subject: [PATCH 1/1] 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. --- notmuch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.0