Fix message-forward-show-mml.
authorSimon Josefsson <jas@extundo.com>
Sat, 18 Oct 2003 02:30:41 +0000 (02:30 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 18 Oct 2003 02:30:41 +0000 (02:30 +0000)
GNUS-NEWS

index 9c401ca..fda953f 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -453,10 +453,12 @@ This also obsoletes `gnus-article-hide-pgp-hook'.
 This change was made to avoid conflict with the standard binding of
 `back-to-indentation', which is also useful in message mode.
 
-** The default for message-forward-show-mml changed to nil.
+** The default for message-forward-show-mml changed to symbol best.
 
-The reason is that decoding MIME, showing MML, and later re-encode the
-MIME does not work properly for, e.g., PGP/MIME signed messages.
+The behaviour for the `best' value is to show MML (i.e., convert MIME
+to MML) when appropriate.  MML will not be used when forwarding signed
+or encrypted messages, as the conversion invalidate the digital
+signature.
 
 ** Bug fixes.