]> git.eshelyaron.com Git - emacs.git/commit
Don't use obsolete In-Reply-To format in messages (Bug#64454)
authorAndrew G Cohen <cohen@andy.bu.edu>
Wed, 5 Jul 2023 07:21:16 +0000 (15:21 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Feb 2025 08:30:44 +0000 (09:30 +0100)
commitf885b864352b950c177050ae2363b99216dfc9f1
treedc2ee428d8519adacf56d30800af910b4c213e6f
parent4cc59fba6e722b072a1fa33d5f083c21a327ff45
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.

(cherry picked from commit 2eb6171ec96eac0c78cf20b3003fcbcb1206c8c7)
doc/misc/message.texi
lisp/gnus/message.el