|
|
Ignore selected IMAP folders using Mail.app
In this case the idea is to ignore a single folder on the server and not the whole account.
Ignore selected IMAP folders using Mail.app
I also suggest that you ask Apple to add the ability to check all your IMAP folders when you check for new mail. AFAICT, Mail.app only checks the Inbox ... although it will check subfolders if you go into them, as the original author suggested.
Oh, and if you need to change your subscribed folders (which you can't do within Mail.app), you can probably look for a hidden file called
You can say that again
The fact that Mail.app only checks my Inbox has been driving me nuts since day one. I've complained to Apple about it with every new release of Mail.app, but so far they've ignored my pleas.
Ignore selected IMAP folders using Mail.app
Unfortuately Mail.app ignores the .mailboxlist file and displays
Ignore selected IMAP folders using Mail.app
Here's a work-around to the fact that Mail.app doesn't check all the folders. Save the following applescript as an application using the script editor:
on checkMail() tell application "Mail" set everyAccount to every imap account repeat with eachAccount in everyAccount tell eachAccount set include when getting new mail to false set include when getting new mail to true end tell end repeat end tell end checkMail on run checkMail() end run on idle checkMail() return 60 end idle I run this whenever Mail.app is running. This causes every imap account to scan all the folders once a minute. I'm using it with three imap accounts succesfully. One thing I've noticed though is that the INBOX's sometimes don't update when using just this script, so you may have to run this script in addition to telling Mail.app to check your mail on a regular basis. ---
Ignore selected IMAP folders using Mail.app
I compiled this script as an Application and it works just great. I
Ignore selected IMAP folders using Mail.app
Gotcha! I have actually requested this feature to sync only inbox |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.15 seconds |
|