From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10606 Path: main.gmane.org!not-for-mail From: Wesley Hardaker Newsgroups: gmane.emacs.gnus.general Subject: Re: Not running expiry when I exit a group Date: 07 Apr 1997 10:49:14 +0200 Organization: Universite de Lausanne, BSP Sender: whardake@sphysdec1.unil.ch Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035150449 25347 80.91.224.250 (20 Oct 2002 21:47:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:47:29 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id CAA12830 for ; Mon, 7 Apr 1997 02:04:09 -0700 Original-Received: from unilmta3.unil.ch (cisun29.unil.ch [130.223.27.29]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Mon, 7 Apr 1997 10:49:36 +0200 Original-Received: from sphysdec1.unil.ch by unilmta3.unil.ch with SMTP inbound; Mon, 7 Apr 1997 10:49:21 +0200 Original-Received: by sphysdec1.unil.ch (5.65v3.2/Unil-3.1/) id AA01240; Mon, 7 Apr 1997 10:49:15 +0200 Original-To: ding@ifi.uio.no X-Face: #qW^}a%m*T^{A:Cp}$R\"38+d}41-Z}uU8,r%F#c#s:~Nzp0G9](s?,K49KJ]s"*7gvRgA SrAvQc4@/}L7Qc=w{)]ACO\R{LF@S{pXfojjjGg6c;q6{~C}CxC^^&~(F]`1W)%9j/iS/ IM",B1M.?{w8ckLTYD'`|kTr\i\cgY)P4 X-Url: http://www.ece.ucdavis.edu/~hardaker In-Reply-To: Jason L Tibbitts III's message of 04 Apr 1997 02:32:16 -0600 Original-Lines: 23 X-Mailer: Gnus v5.4.25/XEmacs 19.15 Xref: main.gmane.org gmane.emacs.gnus.general:10606 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10606 >>>>> In article , Jason L Tibbitts III writes: Jason> I'm tired of waiting for expiry when I exit a group. I would Jason> prefer to run expiry when I save my .newsrc or when I quit Gnus Jason> (which happens rarely). I recall a variable that told Gnus Jason> when it should run expiry, but I just can't remember. Please, Jason> refresh my memory (or tell me that I'm making this up). As many have pointed out: (remove-hook 'gnus-summary-prepare-exit-hook 'gnus-summary-expire-articles) For other ideas, this is what I do: (setq gnus-use-demon t) (gnus-demon-add-handler 'gnus-group-expire-all-groups 30 30) Which runs the expire process automagically every time I've been idle for 30 minutes or so... Works like a dream and I rarely ever see it happen! Wes