[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 02f4d79 2/2: message-forward-as-mime doc clarificat
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] master 02f4d79 2/2: message-forward-as-mime doc clarification |
Date: |
Thu, 12 Apr 2018 15:14:34 -0400 (EDT) |
branch: master
commit 02f4d79222d9511e03c16540c93b5e26fc2d3ac6
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>
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 5accac7..250cdc6 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")