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


Click here to return to the 'How would you run this on a specific mailbox?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
How would you run this on a specific mailbox?
Authored by: illovich on Jun 18, '04 11:59:47AM

How would you run this on a specific mailbox? I'm tying to run it on a mailbox:

/Users/illovich/Library/Mail/Mailboxes//From Faculty.mbox

(I don't know why that double slash is between the file and directory t the end, btw... maybe it has something to do with my find. I was trying to do this:

[code]find ~/Library/Mail/Mailboxes/ -name 'From Faculty.mbox' -exec ./mailexport.pl '{}' ';' > tab-delimited-list[/code]

but I get a blank text file. Can anyone see what I'm doing wrong? Thanks.

---
illovich
http://illovich.com



[ Reply to This | # ]