From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52555 Path: main.gmane.org!not-for-mail From: kai.grossjohann@gmx.net (=?iso-8859-1?q?Kai_Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Entering nnimap group got much slower with 5.10 Date: Mon, 12 May 2003 17:44:21 +0200 Organization: University of Duisburg, Germany Sender: ding-owner@lists.math.uh.edu Message-ID: <844r406uga.fsf@lucy.is.informatik.uni-duisburg.de> References: <86issl7z8z.fsf@badger.barsook.com> <86znlv7uyr.fsf@badger.barsook.com> <84he82q4jm.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052758864 4906 80.91.224.249 (12 May 2003 17:01:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 12 May 2003 17:01:04 +0000 (UTC) Original-X-From: ding-owner+M1099@lists.math.uh.edu Mon May 12 19:01:03 2003 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 19FGfY-0001GO-00 for ; Mon, 12 May 2003 19:00:56 +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 19FGgn-0003A1-00; Mon, 12 May 2003 12:02:13 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19FGgX-00039a-00 for ding@lists.math.uh.edu; Mon, 12 May 2003 12:01:57 -0500 Original-Received: (qmail 59787 invoked by alias); 12 May 2003 17:01:53 -0000 Original-Received: (qmail 59781 invoked from network); 12 May 2003 17:01:53 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 12 May 2003 17:01:53 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19FGlO-0000Wc-00 for ; Mon, 12 May 2003 19:06:58 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 20 Original-NNTP-Posting-Host: pd9e1ef57.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1052759218 2019 217.225.239.87 (12 May 2003 17:06:58 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 12 May 2003 17:06:58 GMT Mail-Copies-To: never User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:++WYiNYX8QeqzXbKt3zfQ34XQ5o= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52555 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52555 Lloyd Zusman writes: > I never use gnus in "offline" mode, and so this lets me know that I > would have to signficantly change my gnus habits if I were to agentize > my nnimap groups in order to take advantage of caching. What do you want to cache? Headers are cached automatically. To make it cache automatically articles that you read, do (add-hook 'gnus-select-article-hook 'gnus-agent-fetch-selected-article). To make it cache automatically articles that you DON'T read (or haven't read yet), you need to do `J s'. To make it cache dirty dishes, you'll have to write some Lisp. Was my explanation definicient, or do you want to cache dirty dishes? -- This line is not blank.