From 9eff993b664cdcb67f7c7ddd008f0bed342cefd7 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Fri, 3 Feb 2006 13:15:13 +0000 Subject: [PATCH] 2006-02-03 Andreas Seltenreich * nnweb.el (nnweb-request-group): Bind nnweb-articles to avoid growing overview files. --- lisp/ChangeLog | 5 +++++ lisp/nnweb.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27eb3d31e..fb3ebb116 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-02-03 Andreas Seltenreich + + * nnweb.el (nnweb-request-group): Bind nnweb-articles to avoid + growing overview files. + 2006-02-03 Katsumi Yamaoka * rfc2231.el (rfc2231-parse-string): Add missing semicolons to diff --git a/lisp/nnweb.el b/lisp/nnweb.el index 7aa685f56..15583f13c 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -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) -- 2.25.1