(message-unix-mail-delimiter): Accept any whitespace
authorKai Grossjohann <kgrossjo@eu.uu.net>
Thu, 13 Feb 2003 11:48:58 +0000 (11:48 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Thu, 13 Feb 2003 11:48:58 +0000 (11:48 +0000)
after the email address and before the date; do not require the
space character.  From Kurt B. Kaiser <kbk@shore.net>.

lisp/ChangeLog
lisp/message.el

index 5c7b65b..189f65d 100644 (file)
@@ -1,3 +1,9 @@
+2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * message.el (message-unix-mail-delimiter): Accept any whitespace
+       after the email address and before the date; do not require the
+       space character.  From Kurt B. Kaiser <kbk@shore.net>.
+
 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-article-only-boring-p): Make sure that the
index 16b127e..e4c8901 100644 (file)
@@ -1319,7 +1319,7 @@ no, only reply back to the author."
      ;; We want to match the results of any of these manglings.
      ;; The following regexp rejects names whose first characters are
      ;; obviously bogus, but after that anything goes.
-     "\\([^\0-\b\n-\r\^?].*\\)? "
+     "\\([^\0-\b\n-\r\^?].*\\)?"
 
      ;; The time the message was sent.
      "\\([^\0-\r \^?]+\\) +"           ; day of the week