aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-03-31 20:41:32 +0300
committerEli Zaretskii2018-03-31 20:41:32 +0300
commit320ecd3e564facaabdb6324f94c07c447f3175b9 (patch)
tree9565f14a44d2f04e26e25e3ffac05e97a079b439
parent406cfd0a866778230dc40a0d803bb75f63e5c08c (diff)
downloademacs-320ecd3e564facaabdb6324f94c07c447f3175b9.tar.gz
emacs-320ecd3e564facaabdb6324f94c07c447f3175b9.zip
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)
-rw-r--r--lisp/mail/rmail.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index f2fdcb6367b..0f4bb1f64d6 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -4126,6 +4126,7 @@ typically for purposes of moderating a list."
4126 "^ *---+ +Original message follows +---+ *$\\|" 4126 "^ *---+ +Original message follows +---+ *$\\|"
4127 "^ *---+ +Your message follows +---+ *$\\|" 4127 "^ *---+ +Your message follows +---+ *$\\|"
4128 "^|? *---+ +Message text follows: +---+ *|?$\\|" 4128 "^|? *---+ +Message text follows: +---+ *|?$\\|"
4129 "^ *---+ +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\\. *$\\|"
4129 "^ *---+ +This is a copy of \\w+ message, including all the headers.*---+ *$") 4130 "^ *---+ +This is a copy of \\w+ message, including all the headers.*---+ *$")
4130 "A regexp that matches the separator before the text of a failed message.") 4131 "A regexp that matches the separator before the text of a failed message.")
4131 4132