From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45045 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Make gnus-agent default to t? Date: Thu, 30 May 2002 19:52:10 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1022781172 31556 127.0.0.1 (30 May 2002 17:52:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 30 May 2002 17:52:52 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17DU6V-0008Cr-00 for ; Thu, 30 May 2002 19:52:51 +0200 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 17DU6L-0002Ui-00; Thu, 30 May 2002 12:52:41 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 30 May 2002 12:52:58 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA21076 for ; Thu, 30 May 2002 12:52:46 -0500 (CDT) Original-Received: (qmail 7641 invoked by alias); 30 May 2002 17:52:15 -0000 Original-Received: (qmail 7636 invoked from network); 30 May 2002 17:52:14 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 30 May 2002 17:52:14 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.3/8.12.3) with ESMTP id g4UHq9Wa031736 for ; Thu, 30 May 2002 19:52:10 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody In-Reply-To: (prj@po.cwru.edu's message of "Thu, 30 May 2002 13:22:20 -0400") Original-Lines: 15 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.90 (i686-pc-linux-gnu) X-Face: )=Tu!-Q9f9BQASOHl~_&4r0`,OQD2*=;cm+4]m[twz:8t5yt@xQW+:T$K%AdKq)`"g;C%>s /8w~Upcau`W2wh$=#"g7]"[2c;1Z/S:B49XEy$-YlaAGc'ZM&U*el'yQAD"c):Lc:fUD-S=\!EV;n@ 1Jff} Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45045 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45045 prj@po.cwru.edu (Paul Jarc) writes: > Simon Josefsson wrote: >>> gnus-agent's value is t >> >> This is now the default. > > nnmaildir users may want to set this to nil for a while; I'm still > working on making article numbers persistent, so header caching could > break right now. I forgot about that. Hm. Perhaps extending `gnus-agent-cache' so it can exclude certain groups would be useful? Then it could default to cache everything for all groups except nnmaildir groups (until nnmaildir gets persistent article numbers). What do you think?