aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2018-04-12 21:13:47 +0200
committerLars Ingebrigtsen2018-04-12 21:13:47 +0200
commit02f4d79222d9511e03c16540c93b5e26fc2d3ac6 (patch)
treea19070c501a6b148089db478615fc49b7d58d806
parent57fbf0cf7bd4a85f2ad6f14aa92494545106b887 (diff)
downloademacs-02f4d79222d9511e03c16540c93b5e26fc2d3ac6.tar.gz
emacs-02f4d79222d9511e03c16540c93b5e26fc2d3ac6.zip
message-forward-as-mime doc clarification
* lisp/gnus/message.el (message-forward-as-mime): Doc clarification (bug#27714).
-rw-r--r--lisp/gnus/message.el7
1 files changed, 6 insertions, 1 deletions
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:
550 550
551(defcustom message-forward-as-mime t 551(defcustom message-forward-as-mime t
552 "Non-nil means forward messages as an inline/rfc822 MIME section. 552 "Non-nil means forward messages as an inline/rfc822 MIME section.
553Otherwise, directly inline the old message in the forwarded message." 553Otherwise, directly inline the old message in the forwarded
554message.
555
556When forwarding as MIME, certain MIME-related headers in the
557forwarded message may be removed/altered to ensure that the
558resulting mail is syntactically valid."
554 :version "21.1" 559 :version "21.1"
555 :group 'message-forwarding 560 :group 'message-forwarding
556 :link '(custom-manual "(message)Forwarding") 561 :link '(custom-manual "(message)Forwarding")