From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57941 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Getting started with the agent Date: Tue, 22 Jun 2004 10:58:50 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1087894831 28624 80.91.224.253 (22 Jun 2004 09:00:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Jun 2004 09:00:31 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M6482@lists.math.uh.edu Tue Jun 22 11:00:24 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bch8i-0006u5-00 for ; Tue, 22 Jun 2004 11:00:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Bch8R-0001uG-00; Tue, 22 Jun 2004 04:00:07 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Bch8J-0001tx-00 for ding@lists.math.uh.edu; Tue, 22 Jun 2004 03:59:59 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Bch8I-0007ZT-SS for ding@lists.math.uh.edu; Tue, 22 Jun 2004 03:59:58 -0500 Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by justine.libertine.org (Postfix) with ESMTP id 77DD93A003A for ; Tue, 22 Jun 2004 03:59:56 -0500 (CDT) Original-Received: from latte.josefsson.org (jas@yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.11/8.12.11/Debian-5) with ESMTP id i5M8wpr3026369 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK); Tue, 22 Jun 2004 10:59:52 +0200 Original-To: Niklas Morberg X-Hashcash: 0:040622:niklas.morberg@axis.com:8e8f84823f6013a1 X-Hashcash: 0:040622:ding@gnus.org:9658ec98dde9c77f In-Reply-To: (Niklas Morberg's message of "Tue, 22 Jun 2004 10:48:26 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-Virus-Scanned: clamd / ClamAV version 0.72, clamav-milter version 0.72 on yxa.extundo.com X-Virus-Status: Clean Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57941 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57941 Niklas Morberg writes: >> Isn't there already a `default' category? I recall one being created >> automatically. > > Yes there is. No groups seem to belong to it, though. I'll > change that instead of creating a new category. I think the "default" category applies to all groups not part of any other category. >> I edited the category file manually, and restarted Gnus, >> then it works. It would be nice if this was fixed... > > The complete contents of my ~/News/agent/lib/categories is: > > ((default true ignore)) > > Is this correct? I dunno, my category file reads: ((default true nil nil)) ((default (agent-predicate . true))) And I think it downloads everything for me. FWIW, my .emacs also include the following agent related settings: '(gnus-agent-consider-all-articles t) '(gnus-agent-enable-expiration (quote DISABLE)) '(gnus-select-article-hook (quote (gnus-agent-fetch-selected-article ...