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


Click here to return to the 'Ignore selected IMAP folders using Mail.app' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Ignore selected IMAP folders using Mail.app
Authored by: treolx on Aug 08, '05 10:55:41AM

And pray how exactly do you do this?

[code] Create a link to /dev/null in place of the folder you want to ignore. For example, say there is an IMAP folder called "WorkOrders" you don't want to read, do the following:

ln -s /dev/null ~/Library/Mail/WorkOrders
[/code]



[ Reply to This | # ]