(rmail-unix-mail-delimiter): Allow two-letter timezone name.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Jul 1995 19:39:58 +0000 (19:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Jul 1995 19:39:58 +0000 (19:39 +0000)
lisp/mail/rmail.el

index 7564f88..d631eba 100644 (file)
@@ -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]"
                 "\\|"
                 "\\) *")))