[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Move message of a given year into new group
From: |
Memnon Anon |
Subject: |
Re: Move message of a given year into new group |
Date: |
Tue, 9 Apr 2013 14:26:30 +0000 (UTC) |
Rainer@krugs.de (Rainer M. Krug) writes:
> So I would like to move all mails before 2011 into groups Archive.YEAR,
> where YEAR is the year of the email.
Would this work:
1. In your mailbox: `/ o'
(gnus-summary-insert-old-articles &optional ALL)
2. `/ h'
(gnus-summary-limit-to-headers MATCH &optional REVERSE)
3. For e.g. 2009, use "date:.*2009"
4. `M P b' (gnus-uu-mark-buffer)
5. `B m'
(gnus-summary-move-article &optional N TO-NEWSGROUP SELECT-METHOD
ACTION)
?