/ Published in: AppleScript
Expand |
Embed | Plain Text
tell application "Vienna" set unreadCount to total unread count return "Vienna: " & unreadCount & " unread messages" end tell
You need to login to post a comment.
zingo on 02/11/08
1 person have marked this snippet as a favorite
tell application "Vienna" set unreadCount to total unread count return "Vienna: " & unreadCount & " unread messages" end tell
You need to login to post a comment.