From: Lars Ingebrigtsen Date: Thu, 12 Apr 2018 19:13:47 +0000 (+0200) Subject: message-forward-as-mime doc clarification X-Git-Tag: emacs-27.0.90~5278 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=02f4d79222d9511e03c16540c93b5e26fc2d3ac6;p=emacs.git message-forward-as-mime doc clarification * lisp/gnus/message.el (message-forward-as-mime): Doc clarification (bug#27714). --- diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 5accac7b0b9..250cdc6b128 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -550,7 +550,12 @@ The provided functions are: (defcustom message-forward-as-mime t "Non-nil means forward messages as an inline/rfc822 MIME section. -Otherwise, directly inline the old message in the forwarded message." +Otherwise, directly inline the old message in the forwarded +message. + +When forwarding as MIME, certain MIME-related headers in the +forwarded message may be removed/altered to ensure that the +resulting mail is syntactically valid." :version "21.1" :group 'message-forwarding :link '(custom-manual "(message)Forwarding")