]> git.eshelyaron.com Git - emacs.git/commitdiff
message-forward-as-mime doc clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Apr 2018 19:13:47 +0000 (21:13 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Apr 2018 19:13:47 +0000 (21:13 +0200)
* lisp/gnus/message.el (message-forward-as-mime): Doc
clarification (bug#27714).

lisp/gnus/message.el

index 5accac7b0b9a7724a2d6c55f2568cdc56dbea68c..250cdc6b12819f5a972b29ff7f9a82c282a90295 100644 (file)
@@ -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")