From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33197 Path: main.gmane.org!not-for-mail From: Slawek Zak Newsgroups: gmane.emacs.gnus.general Subject: Bug? Articles being expired one by one. Date: 05 Nov 2000 00:48:41 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <87itq3mh7q.fsf@pf39.warszawa.sdi.tpnet.pl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169346 23797 80.91.224.250 (21 Oct 2002 03:02:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:02:26 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id B5089D049A for ; Sat, 4 Nov 2000 18:49:29 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id RAB01289; Sat, 4 Nov 2000 17:49:17 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 04 Nov 2000 17:48:41 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id RAA01358 for ; Sat, 4 Nov 2000 17:48:31 -0600 (CST) Original-Received: from prioris.mini.pw.edu.pl (prioris.mini.pw.edu.pl [148.81.80.7]) by mailhost.sclp.com (Postfix) with ESMTP id 7AC6FD049A for ; Sat, 4 Nov 2000 18:48:56 -0500 (EST) Original-Received: from pf39.warszawa.sdi.tpnet.pl (prioris.mini.pw.edu.pl [148.81.80.7]) by prioris.mini.pw.edu.pl (Postfix) with ESMTP id C5FE47D42C for ; Sun, 5 Nov 2000 00:48:48 +0100 (CET) Original-Received: (from zaks@localhost) by pf39.warszawa.sdi.tpnet.pl (8.11.1/8.11.1) id eA4NmhZ01340; Sun, 5 Nov 2000 00:48:43 +0100 (CET) (envelope-from zaks) Content-MD5: 45d17bd3f219970ec68ad90430149fc4 Original-To: ding@gnus.org Original-Lines: 26 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33197 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33197 I've noticed some strange bahaviour of Gnus 5.8.8. Read articles are being expired one by one (every time I leave a newsgroup with read articles). It is not intended behaviour I suppose. Relevant expiry settings: - (setq nnmail-expiry-wait 'immediate) - - (defun move-to-exp-group (group-name) - (concat "nnml+expired:expired." group-name)) - (setq nnmail-expiry-target 'move-to-exp-group) - - (setq gnus-total-expirable-newsgroups ".*") The backend is nnml with following setup: - (nnml "private" - (nnml-directory "~/mail/private") - (nnml-active-file "~/mail/private/active") - (nnml-get-new-mail t) - (nnml-nov-is-evil t) - (nnml-inhibit-expiry nil)) Can someone help with this? /S