]> git.notmuchmail.org Git - obsolete/notmuch-old/blobdiff - emacs/notmuch-show.el
emacs: show: exclude bug fix
[obsolete/notmuch-old] / emacs / notmuch-show.el
index 6335d45f79b7e5d4cd364a712377fd6a5ac33a98..dcfc1901ca5a56f3b92a059a7cf8c6bbf78968e6 100644 (file)
@@ -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))