]> git.eshelyaron.com Git - emacs.git/commitdiff
Support more separators in rmail-retry-failure
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2018 17:41:32 +0000 (20:41 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2018 17:41:32 +0000 (20:41 +0300)
* 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)

lisp/mail/rmail.el

index f2fdcb6367bec207bf792c1b50a5c2923c942074..0f4bb1f64d628570674d85b813085979a79f48e6 100644 (file)
@@ -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.")