What is this?
There is no built-in command of doing this but since this is Mailsmith it's of course possible to make a AppleScript to do it. Here is how to do it, described by Christian Smith at Bare Bones Software
Here is a script I just wrote in response to a customer request. The
original request was to have Mailsmith be able to auto-delete messages in
the trash which had been there longer than a certain date. This is a feature
in Email and a few other clients which is missing (at present) from
Mailsmith. This script if run on a regular basis will provide something akin
to this by using the Notes field of messages in (trash).
The script as written will attempt to get the notes field of a message in
the trash as a real number and will compare it against an offset from the
current date. If the difference is more than 259200 (three days in seconds)
the message will be deleted.
If the script can't get the notes as a real number it sets the notes field to
the current offset from a given date.
The specific date being used "Thursday, March 04, 1993 12:10:00" is
irrelevent to the script itself but holds a certain importance to the author.
If you run this script on a regular basis it will ensure that the trash
doesn't pile up and start to smell ;-)
|