'("RE" "R\u00c9\\.?" "FWD?" "رد" "回复" "回覆" "SV" "Antw\\.?"
"VS" "REF" "AW" "ΑΠ" "ΣΧΕΤ" "השב" "Vá" "R" "RIF" "BLS" "RES"
"Odp" "YNT" "ATB")
- "List of localized \"Re:\" abbreviations in various languages.
+ "List of localized \"Re\" abbreviations in various languages.
Each component can be a regular expression or a simple string. Matching
is done case-insensitively. Used to initialize the legacy
`rmail-re-abbrevs' and `message-subject-re-regexp' user options."
(concat "\\("
(string-join mail-re-regexps "\\|")
"\\)")
- "Regexp with localized \"Re:\" abbreviations in various languages.
+ "Regexp with localized \"Re\" abbreviations in various languages.
Matching is done case-insensitively.
Initialized from `mail-re-regexps', which is easier to customize."
:set-after '(mail-re-regexps)