Use 'password-colon-equivalents' when matching "Re" variants
* lisp/mail/mail-utils.el (mail--wrap-re-regexp): Use 'password-colon-equivalents'.
This commit is contained in:
parent
bca04d3c58
commit
0c8ec155f6
1 changed files with 4 additions and 2 deletions
|
@ -52,8 +52,10 @@ also the To field, unless this would leave an empty To field."
|
|||
re
|
||||
; Re(1) or Re[1] or Re^1
|
||||
"\\(([0-9]+)\\|\\[[0-9]+\\]\\|\\^[0-9]+\\)?"
|
||||
; SPC/NBSP followed by colon and TAB/SPC
|
||||
" ?\u00a0*[::][ \t]*"
|
||||
; SPC/NBSP followed by various colon variants and TAB/SPC
|
||||
" ?\u00a0*"
|
||||
"[" password-colon-equivalents "]"
|
||||
"[ \t]*"
|
||||
; Handle repetition, eg "Re[1]: Re[2]:"
|
||||
"\\)*"
|
||||
"[ \t]*"))
|
||||
|
|
Loading…
Add table
Reference in a new issue