mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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.
This commit is contained in:
parent
8a3352e619
commit
4d19b89d29
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue