aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2025-02-04 14:33:51 +0100
committerMichael Albinus2025-02-04 14:33:51 +0100
commit2dbcabec78bac334d5928e3b7201c05adb30cc05 (patch)
tree49c56ef898846794f31bb4c6b4666341b4a768d3 /doc
parent2b1c25e62b3ff1718cfebda9d0e6b670c903b4cd (diff)
parent2eb6171ec96eac0c78cf20b3003fcbcb1206c8c7 (diff)
downloademacs-2dbcabec78bac334d5928e3b7201c05adb30cc05.tar.gz
emacs-2dbcabec78bac334d5928e3b7201c05adb30cc05.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/message.texi6
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}
1792header when the message is already @code{CC}ed to the recipient. 1792header 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
1796When non-@code{nil}, use an obsolete form of the @code{In-Reply-To}
1797header that includes a parenthetical phrase with details of the
1798originating 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
1796Controls what syntax checks should not be performed on outgoing posts. 1802Controls what syntax checks should not be performed on outgoing posts.