Gnus development mailing list
 help / color / mirror / Atom feed
From: Andrew Hobson <ahobson@eng.mindspring.net>
Subject: Re: Expire by moving
Date: 02 Apr 2000 22:33:13 -0400	[thread overview]
Message-ID: <kj4s9jewwm.fsf@gamma.eng.mindspring.net> (raw)
In-Reply-To: Arcady Genkin's message of "01 Apr 2000 12:38:26 -0500"

On 01 Apr 2000 12:38:26 -0500, Arcady Genkin <a.genkin@utoronto.ca> said:

> So I thought that it would be nice if gnus had a feature to expire
> messages not by /deleting/ them, but by /moving/ them to some
> arbitrary group. This way it would be possible to have the name of
> such group assigned sensibly (like for expample I am dynamically
> assigning group names to `gnus-message-archive-group').

I asked the same question a couple of months ago.  AFAIK, it isn't
possible.  So what I did was have all of my mail crossposted to two
groups: the archive group and the "usual" group.  I only expire the
"usual" group.

I'm not using IMAP, so I do something like:

(defun ahobson-incoming-group ()
  (format-time-string "incoming.mail.%Y-%m"))

(setq nnmail-split-fancy
      '(&
        (: ahobson-incoming-group)
;; non crossposted mail groups
        (|
         ("from" "fred@bedrock.com" "guys")
         ("from" "wilma@bedrock.com" "gals"))))

(setq gnus-auto-expirable-newsgroups
      "guys\\|gals")

Drew



  parent reply	other threads:[~2000-04-03  2:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-01 17:38 Arcady Genkin
2000-04-01 19:28 ` Kai Großjohann
2000-04-02  7:44   ` Arcady Genkin
2000-04-03  7:39     ` Kai Großjohann
2000-04-05  7:56     ` Alf-Ivar Holm
2000-04-03  2:33 ` Andrew Hobson [this message]
2000-04-03  7:15 ` Hrvoje Niksic
2000-04-20  0:49   ` Lars Magne Ingebrigtsen
2000-04-20  1:05     ` Daniel Pittman
2000-04-20 11:23     ` Hrvoje Niksic
2000-04-20 12:59       ` Lars Magne Ingebrigtsen
2000-05-02  8:35     ` Arcady Genkin

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=kj4s9jewwm.fsf@gamma.eng.mindspring.net \
    --to=ahobson@eng.mindspring.net \
    /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).