From 02f4d79222d9511e03c16540c93b5e26fc2d3ac6 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 12 Apr 2018 21:13:47 +0200 Subject: [PATCH] message-forward-as-mime doc clarification * lisp/gnus/message.el (message-forward-as-mime): Doc clarification (bug#27714). --- lisp/gnus/message.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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") -- 2.39.5