/ Published in: AppleScript
Expand |
Embed | Plain Text
using terms from application "Mail" tell application "Mail" set selectedMessages to selection repeat with eachMessage in selectedMessages set was replied to of eachMessage to true end repeat end tell end using terms from
You need to login to post a comment.
