diff options
| author | Eli Zaretskii | 2021-01-30 11:26:07 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-01-30 11:26:07 +0200 |
| commit | bb652f68fd4e996d58f731a0dba1be18fd4e03d7 (patch) | |
| tree | 024a01cf4592e57d2eea40747563b026fdd4272e /etc | |
| parent | 32dc433dbb83a5c38650769dc064c082bf79ee8c (diff) | |
| download | emacs-bb652f68fd4e996d58f731a0dba1be18fd4e03d7.tar.gz emacs-bb652f68fd4e996d58f731a0dba1be18fd4e03d7.zip | |
New Rmail option 'rmail-show-message-set-modified'
* lisp/mail/rmail.el (rmail-show-message-set-modified): New
option.
(rmail-show-message-1): If 'rmail-show-message-set-modified' is
non-nil, don't reset the buffer's modified state. (Bug#45941)
* etc/NEWS: Announce the new option.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1138,6 +1138,11 @@ bindings, will be aborted, and Emacs will not ask you whether to | |||
| 1138 | enlarge 'max-specpdl-size' to complete the rendering. The default is | 1138 | enlarge 'max-specpdl-size' to complete the rendering. The default is |
| 1139 | t, which preserves the original behavior. | 1139 | t, which preserves the original behavior. |
| 1140 | 1140 | ||
| 1141 | --- | ||
| 1142 | *** New user option 'rmail-show-message-set-modified'. | ||
| 1143 | If set non-nil, showing an unseen message will set the Rmail buffer's | ||
| 1144 | modified flag. | ||
| 1145 | |||
| 1141 | ** Apropos | 1146 | ** Apropos |
| 1142 | 1147 | ||
| 1143 | *** New commands 'apropos-next-symbol' and 'apropos-previous-symbol'. | 1148 | *** New commands 'apropos-next-symbol' and 'apropos-previous-symbol'. |