aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2021-01-30 11:26:07 +0200
committerEli Zaretskii2021-01-30 11:26:07 +0200
commitbb652f68fd4e996d58f731a0dba1be18fd4e03d7 (patch)
tree024a01cf4592e57d2eea40747563b026fdd4272e /etc
parent32dc433dbb83a5c38650769dc064c082bf79ee8c (diff)
downloademacs-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a6fd51b8a2a..11fca4fecb6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1138,6 +1138,11 @@ bindings, will be aborted, and Emacs will not ask you whether to
1138enlarge 'max-specpdl-size' to complete the rendering. The default is 1138enlarge 'max-specpdl-size' to complete the rendering. The default is
1139t, which preserves the original behavior. 1139t, which preserves the original behavior.
1140 1140
1141---
1142*** New user option 'rmail-show-message-set-modified'.
1143If set non-nil, showing an unseen message will set the Rmail buffer's
1144modified 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'.