* rmail.el (rmail-unix-mail-delimiter): Not all time zone names
end with "T". Accept any sequence of three or four alphabetic characters.
This commit is contained in:
@@ -110,7 +110,7 @@ Called with region narrowed to unformatted header.")
|
||||
;;; that knows the exact ordering of the \\( \\) subexpressions.
|
||||
(defvar rmail-unix-mail-delimiter
|
||||
(let ((time-zone-regexp
|
||||
(concat "\\([A-Z]?[A-Z][A-Z]T\\( DST\\)?"
|
||||
(concat "\\([A-Z]?[A-Z][A-Z][A-Z]\\( DST\\)?"
|
||||
"\\|[-+]?[0-9][0-9][0-9][0-9]"
|
||||
"\\|"
|
||||
"\\) *")))
|
||||
|
||||
Reference in New Issue
Block a user