Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Organize iChat archive files by sender' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Organize iChat archive files by sender
Authored by: dashv on Jul 01, '05 05:41:12PM

at some point the ichat program started to produce chat logs with:

"*.ichat"

filenames, so.... the script above needs to be 'fixed' to allow for this type of classification simple, inside the 'pattern' pattern matching the first 2 patterns neeed to also match on "zero or 1 'i' characters before 'chat'":

r" on \d{4}-\d{2}-\d{2} at \d{2}\.\d{2}\.i{,1}chat$",
r" on \d{4}-\d{2}-\d{2} at \d{2}\.\d{2} #\d+\.i{,1}chat$",

have fun! (now, if only someone would make a shell program to decode 'ichat' format into 'html' or 'plain text' :(



[ Reply to This | # ]