From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42864 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Benchmarking Gnus Date: Fri, 01 Feb 2002 09:39:36 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2n665hxo47.fsf@zsh.cs.rochester.edu> References: <87vgdhs33q.fsf@home.lan> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178049 14490 80.91.224.250 (21 Oct 2002 05:27:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:27:29 +0000 (UTC) Return-Path: Original-Received: (qmail 22420 invoked from network); 1 Feb 2002 14:41:19 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 1 Feb 2002 14:41:19 -0000 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 16WesA-0006ox-00; Fri, 01 Feb 2002 08:41:03 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 01 Feb 2002 08:40:47 -0600 (CST) 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 IAA08508 for ; Fri, 1 Feb 2002 08:39:52 -0600 (CST) Original-Received: (qmail 22383 invoked by alias); 1 Feb 2002 14:39:50 -0000 Original-Received: (qmail 22378 invoked from network); 1 Feb 2002 14:39:50 -0000 Original-Received: from roc-24-58-72-167.rochester.rr.com (HELO zsh.2y.net) (@24.58.72.167) by gnus.org with SMTP; 1 Feb 2002 14:39:50 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.6/8.11.2) id g11Edar23841; Fri, 1 Feb 2002 09:39:36 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (Steinar Bang's message of "Fri, 01 Feb 2002 15:12:25 +0100") Original-Lines: 29 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42864 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42864 Steinar Bang writes: >>>>>> Simon Josefsson : > >> Hm. There is two kinds of expiry in a agent group, one is the normal >> expiring in the real backend via E marks (nnimap), which should work >> (does it?), > > If you mean: "does it work if you run expiry when plugged?", the > answer is yes. > > If you mean: "if you run expiry when unplugged, are the results > transferred to the nnimap group, when you go plugged?", the answer was > no, the last time I tried. Gnus should skip expiring offline servers, shouldn't it? [...] >> (Btw, wouldn't it be nice if it was possible to enable the agent via >> customize instead of forcing people to manually edit ~/.gnus?) > > You can toggle server agent status interactively in the server buffer, > if that's what you're thinking about...? One possible solution is customizing the gnus-agent variable and running gnus-agentize if gnus-agent is t after loading ~/.gnus. ShengHuo