From c887f56224488eed1e0decf34c70493d3702616a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 30 Jul 1995 19:39:58 +0000 Subject: (rmail-unix-mail-delimiter): Allow two-letter timezone name. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7564f885bc0..d631eba3ab5 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -182,7 +182,7 @@ Called with region narrowed to the message, including headers.") ;;; that knows the exact ordering of the \\( \\) subexpressions. (defvar rmail-unix-mail-delimiter (let ((time-zone-regexp - (concat "\\([A-Z]?[A-Z][A-Z][A-Z]\\( DST\\)?" + (concat "\\([A-Z]?[A-Z]?[A-Z][A-Z]\\( DST\\)?" "\\|[-+]?[0-9][0-9][0-9][0-9]" "\\|" "\\) *"))) -- cgit v1.2.1