aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 7ddb35e8c79..9bd925c45f3 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -110,7 +110,7 @@ Called with region narrowed to unformatted header.")
110;;; that knows the exact ordering of the \\( \\) subexpressions. 110;;; that knows the exact ordering of the \\( \\) subexpressions.
111(defvar rmail-unix-mail-delimiter 111(defvar rmail-unix-mail-delimiter
112 (let ((time-zone-regexp 112 (let ((time-zone-regexp
113 (concat "\\([A-Z]?[A-Z][A-Z]T\\( DST\\)?" 113 (concat "\\([A-Z]?[A-Z][A-Z][A-Z]\\( DST\\)?"
114 "\\|[-+]?[0-9][0-9][0-9][0-9]" 114 "\\|[-+]?[0-9][0-9][0-9][0-9]"
115 "\\|" 115 "\\|"
116 "\\) *"))) 116 "\\) *")))