From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8207 Path: main.gmane.org!not-for-mail From: Wesley.Hardaker@sphys.unil.ch Newsgroups: gmane.emacs.gnus.general Subject: backgrounded expire deletes Date: 07 Oct 1996 16:21:03 +0100 Organization: Universite de Lausanne, BSP Sender: whardake@iptsun2.unil.ch Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035148406 10737 80.91.224.250 (20 Oct 2002 21:13:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:13:26 +0000 (UTC) Return-Path: Original-Received: (qmail 24488 invoked from smtpd); 7 Oct 1996 15:51:04 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by deanna.miranova.com with SMTP; 7 Oct 1996 15:51:03 -0000 Original-Received: from cisun29e.unil.ch (cisun29e.unil.ch [130.223.8.29]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Mon, 7 Oct 1996 17:22:30 +0200 Original-Received: from iptsun2.unil.ch by cisun29e with SMTP inbound; Mon, 7 Oct 1996 17:22:17 +0200 Original-Received: by iptsun2.unil.ch (5.x/Unil-3.1/) id AA11822; Mon, 7 Oct 1996 16:21:04 +0100 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 Original-Lines: 17 X-Mailer: Red Gnus v0.47/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:8207 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8207 I've thought for a long time, as I watch my stupid screen saying 'deleting article XXX...' for a long time that it would really cool to have all the deletions done at either a later point or in the background. There are two possible solutions as I see it: 1) put the file name in a buffer and save the buffer on exiting gnus, and allow a cron job to check for the file at night and remove the articles then. 2) collect names of the files and pass them to a long winded /bin/rm system call with a '&' at the end. I suspect that gnus will get confused if you do #1 and then re-enter gnus before the cron job hits it? Wes