comparison lisp/mail/rmail.el @ 12727:7bf59a3ff303

(rmail-unix-mail-delimiter): Allow two-letter timezone name.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Jul 1995 19:39:58 +0000
parents 6f4785fee5cc
children 40a12a81cc06
comparison
equal deleted inserted replaced
12726:835314018265 12727:7bf59a3ff303
180 ;;; (UNIX From lines), minus the initial ^. Note that if you change 180 ;;; (UNIX From lines), minus the initial ^. Note that if you change
181 ;;; this expression, you must change the code in rmail-nuke-pinhead-header 181 ;;; this expression, you must change the code in rmail-nuke-pinhead-header
182 ;;; that knows the exact ordering of the \\( \\) subexpressions. 182 ;;; that knows the exact ordering of the \\( \\) subexpressions.
183 (defvar rmail-unix-mail-delimiter 183 (defvar rmail-unix-mail-delimiter
184 (let ((time-zone-regexp 184 (let ((time-zone-regexp
185 (concat "\\([A-Z]?[A-Z][A-Z][A-Z]\\( DST\\)?" 185 (concat "\\([A-Z]?[A-Z]?[A-Z][A-Z]\\( DST\\)?"
186 "\\|[-+]?[0-9][0-9][0-9][0-9]" 186 "\\|[-+]?[0-9][0-9][0-9][0-9]"
187 "\\|" 187 "\\|"
188 "\\) *"))) 188 "\\) *")))
189 (concat 189 (concat
190 "From " 190 "From "