diff options
| author | Lars Ingebrigtsen | 2018-04-12 21:13:47 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2018-04-12 21:13:47 +0200 |
| commit | 02f4d79222d9511e03c16540c93b5e26fc2d3ac6 (patch) | |
| tree | a19070c501a6b148089db478615fc49b7d58d806 | |
| parent | 57fbf0cf7bd4a85f2ad6f14aa92494545106b887 (diff) | |
| download | emacs-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.el | 7 |
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. |
| 553 | Otherwise, directly inline the old message in the forwarded message." | 553 | Otherwise, directly inline the old message in the forwarded |
| 554 | message. | ||
| 555 | |||
| 556 | When forwarding as MIME, certain MIME-related headers in the | ||
| 557 | forwarded message may be removed/altered to ensure that the | ||
| 558 | resulting 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") |