From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58843 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: [Q]: Agent expiration and fetching Date: Wed, 13 Oct 2004 15:03:08 +0200 Organization: Probably a good idea Sender: ding-owner@lists.math.uh.edu Message-ID: <873c0ilqib.fsf@dod.no> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1097672658 17232 80.91.229.6 (13 Oct 2004 13:04:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Oct 2004 13:04:18 +0000 (UTC) Original-X-From: ding-owner+M7380@lists.math.uh.edu Wed Oct 13 15:04:06 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CHinV-0006KV-00 for ; Wed, 13 Oct 2004 15:04:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CHimu-00009y-00; Wed, 13 Oct 2004 08:03:28 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CHiml-00009n-00 for ding@lists.math.uh.edu; Wed, 13 Oct 2004 08:03:19 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CHimh-0005Dc-U9 for ding@lists.math.uh.edu; Wed, 13 Oct 2004 08:03:15 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id 568A33A0040 for ; Wed, 13 Oct 2004 08:03:13 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CHimd-0006By-00 for ; Wed, 13 Oct 2004 15:03:11 +0200 Original-Received: from gw.computas.com ([193.71.42.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Oct 2004 15:03:11 +0200 Original-Received: from sb by gw.computas.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Oct 2004 15:03:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: gw.computas.com Mail-Copies-To: never User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux) Cancel-Lock: sha1:60YjJIGLy2Xi0t1XaNqp4FBFAoc= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58843 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58843 >>>>> Xavier Maillard : > Subsidiary question: how can I cache all articles automatically ? You mean cache them when reading them, using agent? I'm just now trying to change the setting of gnus-select-article-hook from the default nil, to the option provided by the defcustom, ie. gnus-agent-fetch-selected-article. You can customize it with M-x customize-variable RET gnus-select-article-hook RET and check off for gnus-agent-fetch-selected-article. The IMAP server at work is down today, so I'm not able to _really_ test it out for myself, by reading some articles here, and checking at home if they are still present when the this nnimap server is in offline mode.