Re: Misc Eudora questions
Re: Misc Eudora questions
- Subject: Re: Misc Eudora questions
- From: Alex Robinson <email@hidden>
- Date: Mon, 5 Aug 2002 15:49:20 +0100
>
> >You can manipulate multiple messages with a repeat loop. You just
>
>>can't get references to selected items (as far as I know).
>
>
>
>Um, so what's the magic incantation? A simple example would suffice...
>
>
-- Begin simple example --
>
>
tell application "Eudora"
>
set messCount to count messages of mailbox "In"
>
repeat messCount times
>
move message 1 of mailbox "In" to end of mailbox "AppleScript Users List"
>
end repeat
>
end tell
>
>
-- End simple example --
But this would move every message in mailbox "In", not *just* the selected
ones. Sorry, that's what I was asking for.
And is there a way of working out what the current mailbox is? I can only
come up with
set the_mailbox to a reference to window 1
Is there a better way to do this?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.