Support more separators in rmail-retry-failure
* lisp/mail/rmail.el (mail-unsent-separator): Add a form of separator that confused rmail-retry-failure due to additional lines that start with a series of dashes. (Bug#30965)
This commit is contained in:
parent
406cfd0a86
commit
320ecd3e56
1 changed files with 1 additions and 0 deletions
|
@ -4126,6 +4126,7 @@ typically for purposes of moderating a list."
|
|||
"^ *---+ +Original message follows +---+ *$\\|"
|
||||
"^ *---+ +Your message follows +---+ *$\\|"
|
||||
"^|? *---+ +Message text follows: +---+ *|?$\\|"
|
||||
"^ *---+ +This is a copy of \\w+ message, including all the headers.*---+ *\n *---+ +The body of the message is [0-9]+ characters long; only the first *\n *---+ +[0-9]+ or so are included here\\. *$\\|"
|
||||
"^ *---+ +This is a copy of \\w+ message, including all the headers.*---+ *$")
|
||||
"A regexp that matches the separator before the text of a failed message.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue