(nnslashdot-retrieve-headers-1): Fix up to new
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 11 Apr 2006 12:06:17 +0000 (12:06 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 11 Apr 2006 12:06:17 +0000 (12:06 +0000)
layout.

lisp/ChangeLog
lisp/nnslashdot.el

index 7d2965b..d59373c 100644 (file)
@@ -1,5 +1,8 @@
 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
+       layout. 
+
        * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
        unknown charset.  
 
index e8a2e35..95ce44b 100644 (file)
          (setq article (if (and article (< start article)) article start))
          (goto-char point)
          (while (re-search-forward
-                 "<a name=\"\\([0-9]+\\)\">\\([^<]+\\)</a>.*\n.*score:\\([^)]+\\))"
+                 "<a name=\"\\([0-9]+\\)\">\\([^<]+\\)</a>.*\n.*\n.*score:\\([^)]+\\))"
                  nil t)
            (setq cid (match-string 1)
                  subject (match-string 2)