diff options
| author | Michael Albinus | 2025-02-04 14:33:51 +0100 |
|---|---|---|
| committer | Michael Albinus | 2025-02-04 14:33:51 +0100 |
| commit | 2dbcabec78bac334d5928e3b7201c05adb30cc05 (patch) | |
| tree | 49c56ef898846794f31bb4c6b4666341b4a768d3 /doc | |
| parent | 2b1c25e62b3ff1718cfebda9d0e6b670c903b4cd (diff) | |
| parent | 2eb6171ec96eac0c78cf20b3003fcbcb1206c8c7 (diff) | |
| download | emacs-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.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. |