From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8505 Path: main.gmane.org!not-for-mail From: Wesley.Hardaker@sphys.unil.ch Newsgroups: gmane.emacs.gnus.general Subject: Re: More expire/adaptive thoughts/questions Date: 28 Oct 1996 08:35:59 +0100 Organization: Universite de Lausanne, BSP Sender: whardake@iptsun2.unil.ch Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035148654 12469 80.91.224.250 (20 Oct 2002 21:17:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:17:34 +0000 (UTC) Return-Path: Original-Received: (qmail 2606 invoked from smtpd); 28 Oct 1996 08:32:10 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by deanna.miranova.com with SMTP; 28 Oct 1996 08:31:33 -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, 28 Oct 1996 08:37:35 +0100 Original-Received: from iptsun2.unil.ch by cisun29e with SMTP inbound; Mon, 28 Oct 1996 08:37:19 +0100 Original-Received: by iptsun2.unil.ch (5.x/Unil-3.1/) id AA04020; Mon, 28 Oct 1996 08:36:00 +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 In-Reply-To: Lars Magne Ingebrigtsen's message of 26 Oct 1996 15:24:10 +0100 Original-Lines: 20 X-Mailer: Red Gnus v0.52/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:8505 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8505 Lars Magne Ingebrigtsen writes: > Yup. At least in Red Gnus; I seem to remember fixing this not that > long ago. Cool. Last comments: 1) You should put a note about this in the manual as an alternative to fixing the adaptive problems... 2) My lastest hack to fix all the expiratory problems, for people who were looking for ideas a while back: (setq gnus-total-expirable-newsgroups "nnml:.*") (remove-hook 'gnus-summary-prepare-exit-hook 'gnus-summary-expire-articles) (setq gnus-auto-expirable-newsgroups nil) (gnus-demon-add-handler 'gnus-group-expire-all-groups 30 30) Wes