标签: macos email applescript
我想检索Mail.app中给定智能邮箱中的邮件数量。
基本上,我想修改Übersicht 未读邮件计数小部件(可用here),以显示一个消息(包括已读和未读)的数量我创建的智能邮箱。
小部件中使用的当前代码是:
osascript -e 'tell application "Mail" to set unreadCount to unread count of inbox
最大的问题似乎是引用智能邮箱。