This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
property archive_mailbox_label : "Archive" | |
tell application "Mail" | |
set theMessages to the selection | |
repeat with m in theMessages | |
set mb to mailbox of m | |
set acc to account of mb | |
set archive_mailbox to get (the (year of (current date)) as string) & " " & archive_mailbox_label |
NewerOlder