From 1efb6e7ae16ede7feccffc1864a206bec3caf337 Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Sat, 28 Jul 2012 12:56:34 +0100 Subject: emacs: show: exclude bug fix The pipe message function (when used with a prefix) uses a search of the form "id: or id:" etc. Since the user says precisely which messages are wanted by opening them it should not use excludes. --- emacs/notmuch-show.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 6335d45..dcfc190 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)) -- cgit v1.2.3