Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Eichwalder <ke@gnu.franken.de>
Cc: ding@gnus.org
Subject: Re: pgnus expiry?
Date: 13 Dec 1998 09:17:50 +0100	[thread overview]
Message-ID: <yeg1zm4ihg1.fsf@luna.gnu.franken.de> (raw)
In-Reply-To: Justin Sheehy's message of "13 Dec 1998 00:05:49 -0500"

Justin Sheehy <justin@linus.mitre.org> 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


  reply	other threads:[~1998-12-13  8:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-12-13  5:05 Justin Sheehy
1998-12-13  8:17 ` Karl Eichwalder [this message]
1998-12-13  9:04 ` Lars Magne Ingebrigtsen
1998-12-13 11:21 ` Hrvoje Niksic
1998-12-13 18:12   ` Justin Sheehy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yeg1zm4ihg1.fsf@luna.gnu.franken.de \
    --to=ke@gnu.franken.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).