/ Published in: AppleScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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