I have a simple AppleScript to mark sent mail as read in Apple Mail. I have been using it for sometime but it has stopped working and I'm wondering anything has changed with Sierra that has caused it to malfunction. The script is:
tell application "Mail"
activate
set the read status of messages of mailbox "Sent" of account "iCloud" to true
end tell
Any ideas would be helpful.
tell application "Mail"
activate
set the read status of messages of mailbox "Sent" of account "iCloud" to true
end tell
Any ideas would be helpful.