From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19844 Path: main.gmane.org!not-for-mail From: Karl Eichwalder Newsgroups: gmane.emacs.gnus.general Subject: Re: pgnus expiry? Date: 13 Dec 1998 09:17:50 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158120 13692 80.91.224.250 (20 Oct 2002 23:55:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:55:20 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA27725 for ; Sun, 13 Dec 1998 03:55:17 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.9.1/8.9.1) with ESMTP id CAA00054; Sun, 13 Dec 1998 02:54:54 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 13 Dec 1998 02:55:02 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id CAA21467 for ; Sun, 13 Dec 1998 02:54:49 -0600 (CST) Original-Received: from chico.franken.de (dns.franken.de [193.175.24.33]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA27709 for ; Sun, 13 Dec 1998 03:54:42 -0500 (EST) Original-Received: from gnu.UUCP by chico.franken.de with UUCP (Smail3.2 #2) id m0zp7IM-005CGIC; Sun, 13 Dec 1998 09:54:30 +0100 (MET) Original-Received: from luna.gnu.franken.de ([192.168.1.1]) by gnu.franken.de with smtp (ident root using rfc1413) id (Smail 3.1.29.1); Sun, 13 Dec 98 09:12 MET Original-Received: by luna.gnu.franken.de id (Smail-3.2 1996-Jul-4 #1); Sun, 13 Dec 1998 09:17:57 +0100 (MET) Original-To: Justin Sheehy In-Reply-To: Justin Sheehy's message of "13 Dec 1998 00:05:49 -0500" User-Agent: Gnus/5.070063 (Pterodactyl Gnus v0.63) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 38 Xref: main.gmane.org gmane.emacs.gnus.general:19844 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19844 Justin Sheehy writes: | Am I the only one for whom expiry has ceased to do anything useful? Here is says: Expiring articles... Deleting article /home/ke/Mail/mail/rest/848 in mail.rest Deleting article /home/ke/Mail/mail/rest/849 in mail.rest Expiring articles...done and that's the truth ;-) I'm using: (setq gnus-auto-expirable-newsgroups (concat "mail.dssslist\\|mail.ftp\\|mail.de\\|mail.fr" "\\|mail.tei\\|mail.docbook\\|mail.gnus" "\\|mail.pgsqlsql\\|mail.pgsqlgeneral\\|mail.pgsqlnovice" "\\|mail.emacs-w3\\|mail.root") nnmail-keep-last-article nil nnmail-expiry-wait 14 gnus-permanently-visible-groups "^nnml:") (setq nnmail-expiry-wait-function (lambda (group) (cond ((string= group "mail.private") 31) ((string= group "mail.junk") 1) ((string= group "important") 'never) (t 6)))) -- Karl Eichwalder