From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10522 Path: main.gmane.org!not-for-mail From: Justin Sheehy Newsgroups: gmane.emacs.gnus.general Subject: Re: Not running expiry when I exit a group Date: 04 Apr 1997 08:40:05 -0500 Sender: dworkin@ccs.neu.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.94) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035150378 24878 80.91.224.250 (20 Oct 2002 21:46:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:46:18 +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 GAA05123 for ; Fri, 4 Apr 1997 06:00:40 -0800 Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Fri, 4 Apr 1997 15:40:14 +0200 Original-Received: (qmail 7845 invoked by uid 504); 4 Apr 1997 13:37:39 -0000 Original-Received: (qmail 7842 invoked from network); 4 Apr 1997 13:37:39 -0000 Original-Received: from amber.ccs.neu.edu (root@129.10.111.100) by claymore.vcinet.com with SMTP; 4 Apr 1997 13:37:37 -0000 Original-Received: from everest.ccs.neu.edu (dworkin@everest.ccs.neu.edu [129.10.112.76]) by amber.ccs.neu.edu (8.8.4/8.7.3) with ESMTP id IAA05067 for ; Fri, 4 Apr 1997 08:40:06 -0500 (EST) Original-Received: (dworkin@localhost) by everest.ccs.neu.edu (8.8.4/8.6.4) id IAA04230; Fri, 4 Apr 1997 08:40:06 -0500 (EST) Original-To: ding@gnus.org X-Url: http://www.ccs.neu.edu/home/dworkin/ In-Reply-To: Jason L Tibbitts III's message of 04 Apr 1997 02:32:16 -0600 Original-Lines: 14 X-Mailer: Gnus v5.4.40/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:10522 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10522 Jason L Tibbitts III writes: > I'm tired of waiting for expiry when I exit a group. I would prefer to run > expiry when I save my .newsrc or when I quit Gnus (which happens rarely). (remove-hook 'gnus-summary-prepare-exit-hook 'gnus-summary-expire-articles) at the right time will get rid of the expiry hook. You can then add it somewhere else, or run expiry whenever you feel like it by pressing 'C-c M-C-x'. (lunchtime or the end of the day are ideal) -Justin