emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 320ecd3: Support more separators in rmail-retry-fai


From: Eli Zaretskii
Subject: [Emacs-diffs] master 320ecd3: Support more separators in rmail-retry-failure
Date: Sat, 31 Mar 2018 13:42:21 -0400 (EDT)

branch: master
commit 320ecd3e564facaabdb6324f94c07c447f3175b9
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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)
---
 lisp/mail/rmail.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index f2fdcb6..0f4bb1f 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -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.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]