From 13a5fb226aed6e5e890eaedfec7d3bd866a5ba1d Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 24 Dec 1992 06:01:02 +0000 Subject: [PATCH] * rmail.el (rmail-unix-mail-delimiter): Not all time zone names end with "T". Accept any sequence of three or four alphabetic characters. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7ddb35e8c7..9bd925c45f 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -110,7 +110,7 @@ Called with region narrowed to unformatted header.") ;;; that knows the exact ordering of the \\( \\) subexpressions. (defvar rmail-unix-mail-delimiter (let ((time-zone-regexp - (concat "\\([A-Z]?[A-Z][A-Z]T\\( DST\\)?" + (concat "\\([A-Z]?[A-Z][A-Z][A-Z]\\( DST\\)?" "\\|[-+]?[0-9][0-9][0-9][0-9]" "\\|" "\\) *"))) -- 2.39.2