Re: How to sort messages in Mail via AS
Re: How to sort messages in Mail via AS
- Subject: Re: How to sort messages in Mail via AS
- From: Luther Fuller <email@hidden>
- Date: Tue, 26 Aug 2008 13:04:27 -0500
On Aug 26, 2008, at 12:44 PM, Ronald Hofmann wrote:
Hi,
I just canĀ“t figure out how to sort the messages (possibly with more
then one criteria).
Any hints?
Here's a snippet of code that I use ...
tell application "Mail"
set frontViewer to (some message viewer whose index is 1)
set sort column of frontViewer to date sent column
set sorted ascending of frontViewer to false
--
But, I don't know if it hints at anything.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden