Re: OT: mail and homepage.mac.com
Re: OT: mail and homepage.mac.com
- Subject: Re: OT: mail and homepage.mac.com
- From: Steve Mills <email@hidden>
- Date: Thu, 6 May 2004 12:50:29 -0500
On May 6, 2004, at 12:39, Glenn Sugden wrote:
On May 6, 2004, at 6:41 AM, Steve Mills wrote:
Some Apple lists do it that way and it's extremely annoying. Other
Apple lists (and every other non-Apple list I've ever subscribed to)
do it the RIGHT way. I "work around" it by having a script that will
reply to the correct address and keep it in a DragThing dock that's
only visible in Mail.
Would you mind sharing this script?
Here 'tis.
tell application "Mail"
activate
set curMsg to item 1 of (get selected messages of message viewer 1)
set newMsg to reply curMsg with opening window and reply to all
set props to properties of cc recipient 1 of newMsg
delete every to recipient of newMsg
delete every cc recipient of newMsg
make new recipient at end of to recipients of newMsg with properties
{name:name of props, address:address of props}
end tell
It seems to work with any message that comes from an Apple list that
doesn't automatically reply-to the list.
Steve Mills
Drummer, Mac geek
http://sjmills5.home.mchsi.com/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.