From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44246 Path: main.gmane.org!not-for-mail From: Nicolas Kowalski Newsgroups: gmane.emacs.gnus.general Subject: Re: Expiration not expiring Date: Thu, 11 Apr 2002 16:47:38 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87elhnldrd.fsf@shadizar.dyndns.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1018541103 8015 127.0.0.1 (11 Apr 2002 16:05:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 11 Apr 2002 16:05:03 +0000 (UTC) Return-path: Original-Received: from hermes.netfonds.no ([195.204.10.138]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16vguq-0000o2-00 for ; Thu, 11 Apr 2002 17:55:16 +0200 Original-Received: from malifon.math.uh.edu (malifon.math.uh.edu [129.7.128.13]) by hermes.netfonds.no (8.10.1/8.9.3) with ESMTP id g3BEvJf30377 for ; Thu, 11 Apr 2002 16:57:19 +0200 (CEST) Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16vfri-0002o4-00; Thu, 11 Apr 2002 09:47:58 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 11 Apr 2002 09:48:07 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA19995 for ; Thu, 11 Apr 2002 09:47:55 -0500 (CDT) Original-Received: (qmail 24602 invoked by alias); 11 Apr 2002 14:47:40 -0000 Original-Received: (qmail 24597 invoked from network); 11 Apr 2002 14:47:40 -0000 Original-Received: from imag.imag.fr (129.88.30.1) by gnus.org with SMTP; 11 Apr 2002 14:47:40 -0000 Original-Received: from ormelune.imag.fr (ormelune.imag.fr [129.88.43.35]) by imag.imag.fr (8.11.6/8.11.6) with ESMTP id g3BElcm19400; Thu, 11 Apr 2002 16:47:38 +0200 (MEST) Original-Received: from astazou.imag.fr.imag.fr (astazou [129.88.43.102]) by ormelune.imag.fr (8.10.2+Sun/jtpda-5.3.3) with ESMTP id g3BEkqt15505 ; Thu, 11 Apr 2002 16:46:52 +0200 (MET DST) Original-To: ding@gnus.org X-Face: #v^9{p"~.e3TDs~r\ ("Michael J. Barillier"'s message of "10 Apr 2002 10:28:06 -0600") Original-Lines: 30 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.1 (Cuyahoga Valley, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44246 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44246 "Michael J. Barillier" writes: > `B e' in the summary buffer doesn't delete read mail, `C-c C-x' in the > group buffer doesn't work, marking all the messages as expirable and > changing `total-expire' to `auto-expire' doesn't work -- seems that > nothing short of wiping the disk will delete the damned messages. > What am I doing wrong? (Sorry Michael, this message is not an answer...) I use almost the same setup, and I am facing the same problem, whatever the backend is (nnimap or nnml). B- works well. My expiration definition is : (setq gnus-auto-expirable-newsgroups "^list.\\|^mail." nnmail-expiry-wait-function (lambda (group) (cond ((string-match "^list." group) 7) ;; mailing-lists ((string-match "^mail.verimag.log" group) 7) ;; logs ((string-match "^mail." group) 31) ;; others (t 'never))) ;; ) Nicolas.