diff options
| author | Andrew G Cohen | 2023-07-05 15:21:16 +0800 |
|---|---|---|
| committer | Andrew G Cohen | 2025-02-04 21:13:59 +0800 |
| commit | 2eb6171ec96eac0c78cf20b3003fcbcb1206c8c7 (patch) | |
| tree | a5ed122eee6c98b3e66b95e358e786412bf43610 /doc/misc | |
| parent | 40e38a681dafb02f71d741338e9c3c5ff99c734e (diff) | |
| download | emacs-2eb6171ec96eac0c78cf20b3003fcbcb1206c8c7.tar.gz emacs-2eb6171ec96eac0c78cf20b3003fcbcb1206c8c7.zip | |
Don't use obsolete In-Reply-To format in messages (Bug#64454)
When creating a new message, message-send-mail uses an obsolete format
for the In-Reply-To header that includes additional information about
the originating message. This patch changes the default to use the
rfc5322 approved format, but allow the obsolete format through a
defcustom.
* lisp/gnus/message.el (message-make-in-reply-to): Return only the
message-id of the originating message (the default) unless the new
custom variable message-header-use-obsolete-in-reply-to is non-nil.
* doc/misc/message.texi: Document the new custom variable
message-header-use-obsolete-in-reply-to.
* etc/NEWS: Update NEWS.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/message.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index bd20aec5bc6..509bbd5b575 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -1791,6 +1791,12 @@ member list with elements @code{CC} and @code{To}, then | |||
| 1791 | @code{message-carefully-insert-headers} will not insert a @code{To} | 1791 | @code{message-carefully-insert-headers} will not insert a @code{To} |
| 1792 | header when the message is already @code{CC}ed to the recipient. | 1792 | header when the message is already @code{CC}ed to the recipient. |
| 1793 | 1793 | ||
| 1794 | @item message-header-use-obsolete-in-reply-to | ||
| 1795 | @vindex message-header-use-obsolete-in-reply-to | ||
| 1796 | When non-@code{nil}, use an obsolete form of the @code{In-Reply-To} | ||
| 1797 | header that includes a parenthetical phrase with details of the | ||
| 1798 | originating email following the message id. The default is @code{nil}. | ||
| 1799 | |||
| 1794 | @item message-syntax-checks | 1800 | @item message-syntax-checks |
| 1795 | @vindex message-syntax-checks | 1801 | @vindex message-syntax-checks |
| 1796 | Controls what syntax checks should not be performed on outgoing posts. | 1802 | Controls what syntax checks should not be performed on outgoing posts. |