Get the Count of unread Messages in Vienna (RSS-Reader)


/ Published in: AppleScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. tell application "Vienna"
  2. set unreadCount to total unread count
  3. return "Vienna: " & unreadCount & " unread messages"
  4. end tell

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.