diff options
| author | Lars Ingebrigtsen | 2018-04-12 22:04:09 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2018-04-12 22:04:09 +0200 |
| commit | c22677bf00e420e7049bd4fca8e0c05772e973c2 (patch) | |
| tree | e32f12a40a972a320590d624f2426e914d7562f0 | |
| parent | e7c813e912de9c11438cf91b1fde20d75764697e (diff) | |
| download | emacs-c22677bf00e420e7049bd4fca8e0c05772e973c2.tar.gz emacs-c22677bf00e420e7049bd4fca8e0c05772e973c2.zip | |
Default message-forward-as-mime to nil
* doc/misc/gnus.texi (Summary Mail Commands): Ditto.
* doc/misc/message.texi (Forwarding): Note the new default.
* lisp/gnus/message.el (message-forward-as-mime): Default to nil
since it's been reported that many recipients can't read MIME
digest forwards (bug#24878).
| -rw-r--r-- | doc/misc/gnus.texi | 3 | ||||
| -rw-r--r-- | doc/misc/message.texi | 8 | ||||
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 4 |
4 files changed, 11 insertions, 8 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 6c165424dd2..efda7f20b57 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -5658,8 +5658,7 @@ as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and | |||
| 5658 | forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message | 5658 | forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message |
| 5659 | directly inline; otherwise, the message is forwarded as no prefix given | 5659 | directly inline; otherwise, the message is forwarded as no prefix given |
| 5660 | but use the flipped value of (@code{message-forward-as-mime}). By | 5660 | but use the flipped value of (@code{message-forward-as-mime}). By |
| 5661 | default, the message is decoded and forwarded as an rfc822 @acronym{MIME} | 5661 | default, the forwarded message is inlined into the mail. |
| 5662 | section. | ||
| 5663 | 5662 | ||
| 5664 | @item S m | 5663 | @item S m |
| 5665 | @itemx m | 5664 | @itemx m |
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 0a2a6ce49d2..1d27ff1c585 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -345,10 +345,10 @@ constructed. The default value is @code{nil}. | |||
| 345 | 345 | ||
| 346 | @item message-forward-as-mime | 346 | @item message-forward-as-mime |
| 347 | @vindex message-forward-as-mime | 347 | @vindex message-forward-as-mime |
| 348 | If this variable is @code{t} (the default), forwarded messages are | 348 | If this variable is @code{t}, forwarded messages are included as |
| 349 | included as inline @acronym{MIME} RFC822 parts. If it's @code{nil}, forwarded | 349 | inline @acronym{MIME} RFC822 parts. If it's @code{nil} (the default), |
| 350 | messages will just be copied inline to the new message, like previous, | 350 | forwarded messages will just be copied inline to the new message, like |
| 351 | non @acronym{MIME}-savvy versions of Gnus would do. | 351 | previous, non @acronym{MIME}-savvy versions of Gnus would do. |
| 352 | 352 | ||
| 353 | @item message-forward-before-signature | 353 | @item message-forward-before-signature |
| 354 | @vindex message-forward-before-signature | 354 | @vindex message-forward-before-signature |
| @@ -374,6 +374,10 @@ achieve this, add 'message-sign-encrypt-if-all-keys-available' to | |||
| 374 | '"foo@bar.com" <foo@bar.com>', Message will elide the repeated "name" | 374 | '"foo@bar.com" <foo@bar.com>', Message will elide the repeated "name" |
| 375 | from the address field in the response. | 375 | from the address field in the response. |
| 376 | 376 | ||
| 377 | *** The default of `message-forward-as-mime' has changed from t to nil | ||
| 378 | as it has been reported that many recipients can't read forwards that | ||
| 379 | are formatted as MIME digests. | ||
| 380 | |||
| 377 | * New Modes and Packages in Emacs 27.1 | 381 | * New Modes and Packages in Emacs 27.1 |
| 378 | 382 | ||
| 379 | +++ | 383 | +++ |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 250cdc6b128..f7c3ec04ffc 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -548,7 +548,7 @@ The provided functions are: | |||
| 548 | (function-item message-forward-subject-name-subject) | 548 | (function-item message-forward-subject-name-subject) |
| 549 | (repeat :tag "List of functions" function))) | 549 | (repeat :tag "List of functions" function))) |
| 550 | 550 | ||
| 551 | (defcustom message-forward-as-mime t | 551 | (defcustom message-forward-as-mime nil |
| 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 | 553 | Otherwise, directly inline the old message in the forwarded |
| 554 | message. | 554 | message. |
| @@ -556,7 +556,7 @@ message. | |||
| 556 | When forwarding as MIME, certain MIME-related headers in the | 556 | When forwarding as MIME, certain MIME-related headers in the |
| 557 | forwarded message may be removed/altered to ensure that the | 557 | forwarded message may be removed/altered to ensure that the |
| 558 | resulting mail is syntactically valid." | 558 | resulting mail is syntactically valid." |
| 559 | :version "21.1" | 559 | :version "27.1" |
| 560 | :group 'message-forwarding | 560 | :group 'message-forwarding |
| 561 | :link '(custom-manual "(message)Forwarding") | 561 | :link '(custom-manual "(message)Forwarding") |
| 562 | :type 'boolean) | 562 | :type 'boolean) |