|
|
An AppleScript to periodically check all IMAP folders
I use the following script:
An AppleScript to periodically check all IMAP folders
I have over 10,000 messages across my two IMAP accounts. Synchronizing takes well over 10 minutes per account. I wouldn't want to do that periodically. Setting the account offline/online ONLY updates the message counts.
An AppleScript to periodically check all IMAP folders
I'm trying to write a script to launch Adium upon launching iChat, so I modified your AppleScript to do so. Now I would like to add it to the UNIX crontab. Can you explain how, and in what program, is this done? Is it done in Terminal? When I entered your code (the second piece) into terminal, it gave me an error.
An AppleScript to periodically check all IMAP folders
oh, also I would like to shorten the periodic checks to 2 minutes apart. My script is as follows.
tell application "System Events"
set procCount to name of every process whose name is "iChat"
end tell
if procCount is {"iChat"} then
delay 45
tell application "Adium" to run
delay 15
tell application "Adium" to quit
else
end if
|
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.10 seconds |
|