Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Subject: Re: archiving expired messages
Date: 07 Mar 1997 07:33:46 +0100	[thread overview]
Message-ID: <m2zpwgb48l.fsf@proletcult.slip.ifi.uio.no> (raw)
In-Reply-To: David Lebel's message of 06 Mar 1997 19:14:11 -0500

David Lebel <lebel@socom.com> writes:

>   Now, the best thing would be if Gnus would automatically move mails
>   from my inbox groups to "archive" groups, where the archive groups
>   would be named using months and year into them.

You can do something like this:

(setq gnus-move-split-methods
      (lambda ()
	(concat "archive." gnus-newsgroup-name "."
		 (format-time-string "%Yw%U" (current-time)))))

When you then move articles, the default value will be a group with an
appropriate name.  This required manual intervention, but hacking up a
function to do this semi-automatically shouldn't be too hard.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


      reply	other threads:[~1997-03-07  6:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-03-07  0:14 David Lebel
1997-03-07  6:33 ` Lars Magne Ingebrigtsen [this message]

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=m2zpwgb48l.fsf@proletcult.slip.ifi.uio.no \
    --to=larsi@ifi.uio.no \
    /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).