X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fnnweb.el;h=154d9f39723bed3b497a410217b991a598df174e;hp=64821e35f5a054c785c37ba935054ae7440d6f79;hb=0bab5d21ee3bdf214d3ba492522ec48587738d9f;hpb=c65a08208a7b4049e63307502a0de03156e8ffe5 diff --git a/lisp/nnweb.el b/lisp/nnweb.el index 64821e35f..154d9f397 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -143,7 +143,8 @@ and `altavista'.") (when (and group (not (equal group nnweb-group)) (not nnweb-ephemeral-p)) - (setq nnweb-group group) + (setq nnweb-group group + nnweb-articles nil) (let ((info (assoc group nnweb-group-alist))) (when info (setq nnweb-type (nth 2 info)) @@ -730,7 +731,8 @@ and `altavista'.") Subject Score Date Newsgroups From map url) (unless active - (push (list nnweb-group (setq active (cons 1 0))) + (push (list nnweb-group (setq active (cons 1 0)) + nnweb-type nnweb-search) nnweb-group-alist)) ;; Go through all the article hits on this page. (goto-char (point-min))