From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22533 Path: main.gmane.org!not-for-mail From: Matt Pharr Newsgroups: gmane.emacs.gnus.general Subject: Re: Expiry in virtual groups Date: 17 Apr 1999 12:35:01 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87d816hi7b.fsf@pc-hrvoje.srce.hr> <87n2078bfb.fsf@pc-hrvoje.srce.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160436 29803 80.91.224.250 (21 Oct 2002 00:33:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:33:56 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA06206 for ; Sat, 17 Apr 1999 15:39:47 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB16688; Sat, 17 Apr 1999 14:35:40 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 17 Apr 1999 14:35:54 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id OAA10599 for ; Sat, 17 Apr 1999 14:35:45 -0500 (CDT) Original-Received: from lux.Stanford.EDU (lux.Stanford.EDU [171.64.77.150]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA06127 for ; Sat, 17 Apr 1999 15:35:38 -0400 (EDT) Original-Received: (from mmp@localhost) by lux.Stanford.EDU (8.9.0/8.9.0) id MAA00757; Sat, 17 Apr 1999 12:35:02 -0700 (PDT) Original-To: ding@gnus.org X-Face: C!.oGaE]n@p)VF9Ss3]f'|<)kRrtpG)^^b^X-3_zhUHp\jBj29jaoTItqWR>mHa+v-{/!jx7OA@!cV0>Fm-b:zEL<`oOXG[BFQ\ writes: > Lars Magne Ingebrigtsen writes: > > > Can't you just `C-c M-C-x' once in a while, like I do? :-) > > I can, but it's sort of yucky to have to do that. I've never needed > to do it so far. One of my favorites in my .gnus.el file is the following, which I got off of the ding list eons ago. I forget who suggested it (Per A, maybe?). Anyway, exiting mail groups is faster since it doesn't try to do any expiry then, instead periodically doing it as a demon. (remove-hook 'gnus-summary-prepare-exit-hook 'gnus-summary-expire-articles) (gnus-demon-add-handler 'gnus-group-expire-all-groups 30 30) -matt -- Matt Pharr mmp@graphics.stanford.edu