From 2d0819211c4059eb516ffecd1cca712fa26c3d73 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 1 Dec 2006 15:13:19 +0000 Subject: [PATCH] (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. --- lisp/ChangeLog | 1 + lisp/nnweb.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.25.1