From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48937 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Re: Settings for using the agent as a cache Date: Wed, 08 Jan 2003 14:22:56 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042032189 21604 80.91.224.249 (8 Jan 2003 13:23:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2003 13:23:09 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18WGAi-0005bo-00 for ; Wed, 08 Jan 2003 14:23:05 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18WGBI-00057S-00; Wed, 08 Jan 2003 07:23:40 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 08 Jan 2003 07:24:34 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA14147 for ; Wed, 8 Jan 2003 07:24:24 -0600 (CST) Original-Received: (qmail 48179 invoked by alias); 8 Jan 2003 13:23:25 -0000 Original-Received: (qmail 48174 invoked from network); 8 Jan 2003 13:23:24 -0000 Original-Received: from krynn.axis.se (193.13.178.10) by 66.230.238.6 with SMTP; 8 Jan 2003 13:23:24 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-244.axis.se [10.13.8.244]) by krynn.axis.se (8.12.3/8.12.3/Debian -4) with ESMTP id h08DMuUM008287 for ; Wed, 8 Jan 2003 14:22:57 +0100 Original-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Wed, 08 Jan 2003 14:13:34 +0100") User-Agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.2 (i386-mingw-nt5.0.2195) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48937 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48937 Simon Josefsson writes: > I use the following > > '(gnus-cache-enter-articles (quote (ticked dormant unread read))) > '(gnus-cache-remove-articles nil) > '(gnus-cacheable-groups "^nnimap\\|^nntp") > > which enters all articles I read into the cache and never > removes them. I wish the cache and the agent directories > were merged for the article data though, but for now this > works for me. So I end up with using both the cache _and_ the agent? I was hoping I could do without the cache and only use the agent. Or maybe I should not use the agent at all and only the cache? Niklas