X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=84247aa57b54926c6d1dd762289da8426215b1a4;hp=25096513f57e092ae4e1d47f7bdb1693541bd758;hb=4d19b89d293253def0b25aaa0c0c30ed8810804d;hpb=55559ea409ad8df367f13752430244b7087dcd23 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)