From 1de7da4495f2e544cf100515d9c052808d115815 Mon Sep 17 00:00:00 2001 From: nitishch Date: Tue, 20 Dec 2016 10:17:42 +0530 Subject: [PATCH] Fix Bug#25150 --- lisp/mail/sendmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 3d22209..b8cf632 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -273,7 +273,7 @@ mail-citation-header ;;;###autoload (defcustom mail-citation-prefix-regexp - (purecopy "\\([ \t]*\\(\\w\\|[_.]\\)+>+\\|[ \t]*[]>|]\\)+") + (purecopy "\\([ \t]*\\(\\w\\|[_.]\\)+>+\\|[ \t]*[>|]\\)+") "Regular expression to match a citation prefix plus whitespace. It should match whatever sort of citation prefixes you want to handle, with whitespace before and after; it should also match just whitespace. -- 2.9.0