Synch to Gnus 200309172121.
authoryamaoka <yamaoka>
Thu, 18 Sep 2003 02:12:28 +0000 (02:12 +0000)
committeryamaoka <yamaoka>
Thu, 18 Sep 2003 02:12:28 +0000 (02:12 +0000)
lisp/ChangeLog
lisp/message.el

index 1edfec2..4669c0d 100644 (file)
@@ -1,3 +1,10 @@
+2003-09-17  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-msg.el (gnus-summary-resend-message-edit): Don't convert
+       to MML.  MIME -> MML -> MIME does not work for PGP/MIME.
+
+       * message.el (message-bounce, message-forward-show-mml): do.
+       
 2003-09-13  Jesper Harder  <harder@ifa.au.dk>
 
        * rfc2047.el (rfc2047-charset-encoding-alist): Add viscii.
index 8c4ec03..b3d2f52 100644 (file)
@@ -593,7 +593,7 @@ Otherwise, directly inline the old message in the forwarded message."
   :group 'message-forwarding
   :type 'boolean)
 
-(defcustom message-forward-show-mml t
+(defcustom message-forward-show-mml nil
   "*Non-nil means show forwarded messages as mml.
 Otherwise, forwarded messages are unchanged."
   :version "21.1"