From 6a3a129c14a3e1c105341f03d9128ba88583f4c8 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 1 Mar 2008 01:29:58 +0000 Subject: [PATCH] Merge from gnus--rel--5.10 Revision: emacs@sv.gnu.org/emacs--rel--22--patch-239 --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/nnweb.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 870b598ff74..f5c7a68a715 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2008-02-29 Andreas Seltenreich + + * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with + empty author. + 2008-02-16 Reiner Steib * mail-source.el (mail-source-delete-incoming): Change default. diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el index 38cb5f9e746..30f2e5ea8da 100644 --- a/lisp/gnus/nnweb.el +++ b/lisp/gnus/nnweb.el @@ -367,7 +367,7 @@ Valid types include `google', `dejanews', and `gmane'.") (goto-char (point-max)) (when (re-search-backward - "^\\(?:\\(\\w+\\) \\([0-9]+\\)\\|\\S-+\\)\\(?: \\([0-9]\\{4\\}\\)\\)? by \\(.*\\)" + "^\\(?:\\(\\w+\\) \\([0-9]+\\)\\|\\S-+\\)\\(?: \\([0-9]\\{4\\}\\)\\)? by ?\\(.*\\)" nil t) (setq Date (if (match-string 1) (format "%s %s 00:00:00 %s" -- 2.39.2