]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
emacs: show: exclude bug fix
authorMark Walters <markwalters1009@gmail.com>
Sat, 28 Jul 2012 11:56:34 +0000 (12:56 +0100)
committerDavid Bremner <bremner@debian.org>
Fri, 3 Aug 2012 00:13:19 +0000 (21:13 -0300)
The pipe message function (when used with a prefix) uses a search of
the form "id:<id1> or id:<id2>" etc. Since the user says precisely
which messages are wanted by opening them it should not use excludes.

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))