# HG changeset patch # User Richard M. Stallman # Date 807133198 0 # Node ID 7bf59a3ff303ba555454012231a68699445cd88f # Parent 835314018265023474408347900c7e6f2dc9421d (rmail-unix-mail-delimiter): Allow two-letter timezone name. diff -r 835314018265 -r 7bf59a3ff303 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Sun Jul 30 19:03:26 1995 +0000 +++ b/lisp/mail/rmail.el Sun Jul 30 19:39:58 1995 +0000 @@ -182,7 +182,7 @@ ;;; 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]" "\\|" "\\) *")))