From: Simon Josefsson Date: Sat, 18 Oct 2003 02:30:41 +0000 (+0000) Subject: Fix message-forward-show-mml. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=990ad1a64b19d960c13f9c592c43aba6ca0bf6f3;p=gnus Fix message-forward-show-mml. --- diff --git a/GNUS-NEWS b/GNUS-NEWS index 9c401ca53..fda953f06 100644 --- 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.