[email protected] (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) ? _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
