summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-07-30 19:39:58 +0000
committerRichard M. Stallman <rms@gnu.org>1995-07-30 19:39:58 +0000
commitc887f56224488eed1e0decf34c70493d3702616a (patch)
tree39b386cf05a056fd909673349e1182e502d89f5f /lisp
parent237c997ecc0d66e11b295c2bcc36697c823cb9e0 (diff)
downloademacs-c887f56224488eed1e0decf34c70493d3702616a.tar.gz
(rmail-unix-mail-delimiter): Allow two-letter timezone name.
Diffstat (limited to 'lisp')
-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 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]"
"\\|"
"\\) *")))