On 10.8.2008, Nicolas Pouillard wrote: > BTW another question, how can I split my mbox file and sync sup again?
Use ruby and rmail ;) ... actually I'm not joking I just split a 600mb mbox with rmail into month-year archives and it worked really well. Use the RMail::Mailbox.parse_mbox method to parse you file into raw messages and then you can use RMail::Parser.read(raw).header.date to give you something you can turn into a date/month string. Use sup-dump before you split, and then restore from that after you set up all the mboxes as your new sources with sup-add. HTH Marcus _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk