(nnweb-gmane-create-mapping): Use the article number from
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 1 Dec 2006 15:13:19 +0000 (15:13 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 1 Dec 2006 15:13:19 +0000 (15:13 +0000)
the headers when creating the mapping to avoid mismappings.
(nnweb-gmane-create-mapping): Always nix out old mapping.

lisp/ChangeLog
lisp/nnweb.el

index b7a9038..f4dbd86 100644 (file)
@@ -2,6 +2,7 @@
 
        * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
        the headers when creating the mapping to avoid mismappings. 
+       (nnweb-gmane-create-mapping): Always nix out old mapping.
 
 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
 
index efbe118..ab3e5c5 100644 (file)
@@ -503,7 +503,7 @@ Valid types include `google', `dejanews', and `gmane'.")
          (forward-line 1)))
       (nnheader-message 7 "Searching Gmane...done")
       (setq nnweb-articles
-           (sort (nconc nnweb-articles map) 'car-less-than-car)))))
+           (sort map 'car-less-than-car)))))
 
 (defun nnweb-gmane-wash-article ()
   (let ((case-fold-search t))