From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27083 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: agent and mail-source Date: 19 Nov 1999 02:07:25 -0500 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2n66yzez82.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164171 22755 80.91.224.250 (21 Oct 2002 01:36:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:36:11 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA13550 for ; Fri, 19 Nov 1999 02:13:01 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id BAB08455; Fri, 19 Nov 1999 01:12:55 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 19 Nov 1999 01:10:00 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id BAA29199 for ; Fri, 19 Nov 1999 01:09:50 -0600 (CST) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA13502 for ; Fri, 19 Nov 1999 02:09:22 -0500 (EST) Original-Received: from heart.cs.rochester.edu (heart.cs.rochester.edu [192.5.53.109]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id CAA29619 for ; Fri, 19 Nov 1999 02:09:16 -0500 (EST) Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id CAA01271; Fri, 19 Nov 1999 02:07:25 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q Original-Lines: 23 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27083 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27083 I am using agent to cover the remote news servers (I hate the low speed of the Internet). But in unplugged mode, gnus also unplugs the local mail. Now I defadvice gnus-request-scan which make life a bit easier. But I am thinking to implement a parameter for mail-source, say `:level'. Level 1 is local, i.e. gnus will fetch the mail source whenever it is plugged or not; level 3 (default) is remote, i.e. gnus fetch the mail source only if it is plugged; level 6 is unactive source, i.e. gnus does not fetch the mail unless in some special cases. For this reason, `:level' is a common parameter, i.e. each type of mail source has this parameter. Therefore, put it in a common keywords list variable, named `mail-source-common-keywords'. Another example in this variable like `:ignore-error', which is mentioned in a previous message of mine. Any suggestion? -- Shenghuo