On 2/12/05 2:35 PM, "Remo Del Bello" <[EMAIL PROTECTED]> wrote:

> 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

If creating your own scripts is not your bag, then you can download the
"nuke messages" script here:

http://www.avernus.com/%7ephil/OEFilez/Nuke_Messages_Erage.hqx

-- 
Diane Ross, Mac MVP
Entourage Help Page <http://www.entourage.mvps.org/>
Entourage Blog <http://blogs.msdn.com/entourage/> lists the EHP as one of
the top five resources.



-- 
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/>

Reply via email to