aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2020-04-13 11:43:39 +0300
committerEli Zaretskii2020-04-13 11:43:39 +0300
commit49f2811f7827142fd5dcd6c4a53fd7c0c700054f (patch)
treea25da0288c23e8de10c06b2222c6844770542db0 /etc
parent91e4acf7c736dfdb2673dc33c9303b5284e925df (diff)
downloademacs-49f2811f7827142fd5dcd6c4a53fd7c0c700054f.tar.gz
emacs-49f2811f7827142fd5dcd6c4a53fd7c0c700054f.zip
Improve support of "Re:" in Rmail
* lisp/mail/rmail.el (rmail-simplified-subject) (rmail-reply-regexp): Recognize U+FF1A FULLWIDTH COLON as a colon after "Re:"-type prefixes. (rmail-re-abbrevs): New defcustom with localized abbreviations of "Re:". (rmail-reply-regexp): Use 'rmail-re-abbrevs'. Recognize U+FF1A in addition to the ASCII colon. * etc/NEWS: Call out the new defcustom 'rmail-re-abbrevs'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7a7f11f5071..9f3e5b650b5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -275,6 +275,13 @@ The new default value is 2000000 (2 megabytes).
275*** New customizable option 'texinfo-texi2dvi-options'. 275*** New customizable option 'texinfo-texi2dvi-options'.
276This is used when invoking 'texi2dvi' from 'texinfo-tex-buffer'. 276This is used when invoking 'texi2dvi' from 'texinfo-tex-buffer'.
277 277
278** Rmail
279
280---
281*** New customizable option 'rmail-re-abbrevs'.
282Its default value matches localized abbreviations of the "reply"
283prefix on the Subject line in various languages.
284
278 285
279* New Modes and Packages in Emacs 28.1 286* New Modes and Packages in Emacs 28.1
280 287