2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
authorReiner Steib <Reiner.Steib@gmx.de>
Fri, 3 Feb 2006 13:15:13 +0000 (13:15 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Fri, 3 Feb 2006 13:15:13 +0000 (13:15 +0000)
* nnweb.el (nnweb-request-group): Bind nnweb-articles to avoid
growing overview files.

lisp/ChangeLog
lisp/nnweb.el

index 27eb3d3..fb3ebb1 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-03  Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-request-group): Bind nnweb-articles to avoid
+       growing overview files.
+
 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
index 7aa685f..15583f1 100644 (file)
@@ -133,7 +133,8 @@ Valid types include `google', `dejanews', and `gmane'.")
 (deffoo nnweb-request-group (group &optional server dont-check)
   (nnweb-possibly-change-server group server)
   (unless (or nnweb-ephemeral-p
-             dont-check)
+             dont-check
+             nnweb-articles)
     (nnweb-read-overview group))
   (cond
    ((not nnweb-articles)