From 0b1667f929823b6bfa920902d4d1e26c09ece419 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 11 Apr 2006 12:16:41 +0000 Subject: [PATCH] Synch to No Gnus 200604111206. --- lisp/ChangeLog | 3 +++ lisp/nnslashdot.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 73a0150..7fd3f45 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2006-04-11 Lars Magne Ingebrigtsen + * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new + layout. + * rfc2047.el (rfc2047-decode-encoded-words): Don't message about unknown charset. diff --git a/lisp/nnslashdot.el b/lisp/nnslashdot.el index 3745f44..f52172d 100644 --- a/lisp/nnslashdot.el +++ b/lisp/nnslashdot.el @@ -142,7 +142,7 @@ (setq article (if (and article (< start article)) article start)) (goto-char point) (while (re-search-forward - "\\([^<]+\\).*\n.*score:\\([^)]+\\))" + "\\([^<]+\\).*\n.*\n.*score:\\([^)]+\\))" nil t) (setq cid (match-string 1) subject (match-string 2) -- 1.7.10.4