From: Lars Magne Ingebrigtsen Date: Fri, 1 Dec 2006 15:13:19 +0000 (+0000) Subject: (nnweb-gmane-create-mapping): Use the article number from X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=2d0819211c4059eb516ffecd1cca712fa26c3d73;hp=1185ee048cd6fe7984d57f147111388f24f82bc2 (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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7a9038d6..f4dbd86b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lisp/nnweb.el b/lisp/nnweb.el index efbe118ba..ab3e5c5f0 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -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))