On 2/12/05 1:43 PM, Richard Shane deftly typed out:
> When messages are in my in-box, if I press delete button or click trash can,
> messages go to deleted folder. Then when I want to archive my deleted mail
> folder, it makes sense to first permanently delete messages I definitely
> won't need to possibly refer to in the future. It is time-consuming to do
> that. When messages are in my in-box, is there some other command that would
> in one step permanently delete selected messages rather than sending them to
> deleted folder? Thanks.
tell application "Microsoft Entourage"
set currentMessages to current messages
if currentMessages = {} then return
delete currentMessages
try
delete currentMessages
end try
end tell
-Remo Del Bello
--
"It is wisdom to recognize necessity, when all other courses have been
weighed, though as folly it may appear to those who cling to false hope."
- Gandalf the Grey in "The Lord of the Rings: The Fellowship of the Ring"
--
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/>