Could someone tell me how to close a selected message's (in a message list)
window (that's located behind the Mail browser) with AppleScript?
Or rather I'm trying to move a selected list of messages to the trash and
close their corresponding windows.
Having only limited success only if the message is in the front :(
---
try
set wind to the front window
if the displayed message of wind is theMsg then close wind
end try
---
--
To unsubscribe:
<mailto:[EMAIL PROTECTED]>
archives:
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>