From mboxrd@z Thu Jan 1 00:00:00 1970 From: marcus-sup@bar-coded.net (Marcus Williams) Date: Sun, 10 Aug 2008 21:36:00 +0100 Subject: [sup-talk] Sup Backtrace While Polling In-Reply-To: <1218397192-sup-4246@ausone.local> References: <1218393032-sup-3985@entry> <1218397192-sup-4246@ausone.local> Message-ID: <1218400279-sup-8057@tomsk> 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