[PATCH] NEWS: document that print message prints all parts including hidden parts

Subject: [PATCH] NEWS: document that print message prints all parts including hidden parts

Date: Thu, 17 Jan 2013 00:44:10 +0000

To: notmuch@notmuchmail.org

Cc:

From: Mark Walters


---
The new invisibility code means that notmuch-show-print-message prints
all parts of the message regardless of whether they are shown or
hidden. This is probably a bug but the correct fix, and even the
`correct' behaviour is not clear. So for the moment just document the
current behaviour.

Note the default setup before would also have printed all parts since 
notmuch-show-all-multipart/alternative-parts defaulted true.

Best wishes

Mark

 NEWS |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 69f21a0..f16381c 100644
--- a/NEWS
+++ b/NEWS
@@ -81,6 +81,10 @@ Visibility of MIME parts can be toggled
   `notmuch-multipart/alternative-discouraged` and
   `notmuch-show-all-multipart/alternative-parts`.
 
+  Note notmuch-show-print-message (bound to '#' by default) will print
+  all parts of multipart/alternative message regardless of whether
+  they are currently hidden or shown in the buffer.
+
 Emacs now buttonizes mid: links
 
   mid: links are a standardized way to link to messages by message ID
-- 
1.7.9.1


Thread: