From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57938 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:14:53 +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 1087892144 22469 80.91.224.253 (22 Jun 2004 08:15:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Jun 2004 08:15:44 +0000 (UTC) Original-X-From: ding-owner+M6479@lists.math.uh.edu Tue Jun 22 10:15:38 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 1BcgRO-0004gT-00 for ; Tue, 22 Jun 2004 10:15:38 +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 1BcgQx-0001fC-00; Tue, 22 Jun 2004 03:15:11 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BcgQq-0001f6-00 for ding@lists.math.uh.edu; Tue, 22 Jun 2004 03:15:04 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BcgQn-0007EX-Km for ding@lists.math.uh.edu; Tue, 22 Jun 2004 03:15:01 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 081833A003A for ; Tue, 22 Jun 2004 03:14:59 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BcgQk-0007l3-00 for ; Tue, 22 Jun 2004 10:14:58 +0200 Original-Received: from c494102a.s-bi.bostream.se ([217.215.27.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jun 2004 10:14:58 +0200 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jun 2004 10:14:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 35 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:zNPdvWr4OvVO1SZq5f333fspr/Q= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57938 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57938 Niklas Morberg writes: > I'm using gnus 5.10.6 and am trying to get the agent up and > running for IMAP. Here's what I do: > > (setq gnus-agent t) Shouldn't be required, I think. > and restart gnus. I want to download all articles for my > groups. From the documentation I read that I need to create > a new category and then add all groups to this category > (this seems a bit to complicated, but I play along). This is > what I do: > > - `J c' in the group buffer > - `a' to add a new category called "everything" > - `e' to edit the category > - Change the "Selection Predicate" from `false' to `true' > - Press "Done" Isn't there already a `default' category? I recall one being created automatically. > The result is this: > > gnus-category-prepare: Wrong type argument: sequencep, ignore > > and nothing seems to work properly after this. Am I going > about this the wrong way? Is there a better way to tell the > agent to download all my messages? I get the same error, and I reported it some time ago I believe. I edited the category file manually, and restarted Gnus, then it works. It would be nice if this was fixed...