Title: Re: Why can't I empty the junk folder?
You can set up a schedule to delete mail from specified folders, which can be fired by selecting 'run schedule' from the Tools menu or by automating the schedule.

Alternatively, a script to delete the junk mail can be set up to run from a keyboard command:

Tell app "Microsoft Entourage"
Set theJunk to every message of folder id 6 -- local junk mail folder
    Try
        Delete theJunk -- moves to 'deleted items'
        Delete theJunk -- removes from database
    End try
End tell

Save the script as a compiled script & put it in the ‘Entourage Script Menu Items’ folder in your ‘Microsoft User Data’ folder. The script can be manually run from the menu or called as an action in a mail rule.

For tips on naming the script so it gets a keyboard command, see the on-line help (search for 'about the script menu')

--
Barry Wainwright
Microsoft MVP (see http://mvp.support.microsoft.com for details)
Seen the All-New Entourage Help Pages? - Check them out:
        <http://www.entourage.mvps.org/>


> From: Carolyn Ann Grant <[EMAIL PROTECTED]>
> Reply-To: "Entourage:mac Talk" <[email protected]>
> Date: Tue, 13 Dec 2005 00:08:06 -0500
> To: "Entourage:mac Talk" <[email protected]>
> Conversation: Why can't I empty the junk folder?
> Subject: Why can't I empty the junk folder?
>
> I want to empty the junk folder in the same way I empty the "deleted items"
> folder - through a contextual menu. This isn't possible, and I have to rely
> on a schedule, which is okay, but I gets tons of junk. I'd like to have the
> satisfaction of saying "begone yon junk!" and hit "empty junk folder"! :-)
>
> Can this be included, or is there a fix?
>
> (I'm on Entourage 2004)
>
> Thanks
> Carolyn Ann
>
> PS It might seem silly, but visceral pleasure is as important as any
> other... Okay, I'm stretching! :-)
>
>
> --
> 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