X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=dcfc1901ca5a56f3b92a059a7cf8c6bbf78968e6;hb=1efb6e7ae16ede7feccffc1864a206bec3caf337;hp=6335d45f79b7e5d4cd364a712377fd6a5ac33a98;hpb=7d9b430e21b09587cf4c848196473a5191aa58db;p=obsolete%2Fnotmuch-old diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 6335d45f..dcfc1901 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1617,7 +1617,7 @@ than only the current message." (let (shell-command) (if entire-thread (setq shell-command - (concat notmuch-command " show --format=mbox " + (concat notmuch-command " show --format=mbox --exclude=false " (shell-quote-argument (mapconcat 'identity (notmuch-show-get-message-ids-for-open-messages) " OR ")) " | " command))