From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49322 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: Fri, 17 Jan 2003 08:54:53 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1042790145 23090 80.91.224.249 (17 Jan 2003 07:55:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 17 Jan 2003 07:55:45 +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 18ZRLq-0005zw-00 for ; Fri, 17 Jan 2003 08:55:43 +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 18ZRM4-00044D-00; Fri, 17 Jan 2003 01:55:56 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 17 Jan 2003 01:56:53 -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 BAA15426 for ; Fri, 17 Jan 2003 01:56:42 -0600 (CST) Original-Received: (qmail 98785 invoked by alias); 17 Jan 2003 07:55:37 -0000 Original-Received: (qmail 98780 invoked from network); 17 Jan 2003 07:55:36 -0000 Original-Received: from unknown (HELO krynn.axis.se) (212.209.10.216) by 66.230.238.6 with SMTP; 17 Jan 2003 07:55:36 -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 h0H7srFU002571 for ; Fri, 17 Jan 2003 08:54:53 +0100 Original-To: ding@gnus.org In-Reply-To: (Niklas Morberg's message of "Thu, 16 Jan 2003 14:44:38 +0100") User-Agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.2 (i386-mingw-nt5.0.2195) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49322 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49322 --=-=-= Niklas Morberg writes: > Should be updated to make this > clear? Here's one suggestion (and a typo fix in the IMAP part). I still don't understand how I disable agent expiration though. Should I set gnus-agent-expire-days to nil or maybe a really large number? --=-=-= Content-Type: text/x-patch Content-Disposition: attachment Content-Description: gnus-agent-expire doc update cd h:/pgnus/texi/ diff -u -b "h:/pgnus/texi/gnus.texi.~6.395.~" "h:/pgnus/texi/gnus.texi" --- h:/pgnus/texi/gnus.texi.~6.395.~ 2003-01-17 08:44:29.000000000 +0100 +++ h:/pgnus/texi/gnus.texi 2003-01-17 08:49:35.000000000 +0100 @@ -17192,6 +17192,9 @@ particularly fast or efficient, and it's not a particularly good idea to interrupt it (with @kbd{C-g} or anything else) once you've started it. +Note that other functions, e.g. @code{gnus-request-expire-articles}, +might run @code{gnus-agent-expire} for you. + @code{gnus-agent-expire-days} can also be a list of regexp/day pairs. The regexps will be matched against group names to allow differing expiry in different groups. @@ -17220,7 +17223,7 @@ @node Agent and IMAP @subsection Agent and IMAP -The Agent work with any Gnus back end, including nnimap. However, +The Agent works with any Gnus back end, including nnimap. However, since there are some conceptual differences between @sc{nntp} and @sc{imap}, this section (should) provide you with some information to make Gnus Agent work smoother as a @sc{imap} Disconnected Mode client. Diff finished at Fri Jan 17 08:49:43 --=-=-=--