Barry
Sun Nov 09 02:54:28 CST 2003
> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--B_3151212870_6490140
Content-type: text/plain;
charset="ISO-8859-1"
Content-transfer-encoding: 8bit
On 8/11/03 8:17 pm, in article BBD29D73.26BD%tom.putmylastnamehere@nau.edu,
"Tom Kirshbaum" <tom.putmylastnamehere@nau.edu> wrote:
> Does anyone happen to know if there¹s a keyboard shortcut or a script that
> will delete messages from my Spam folder directly without going through
> Deleted Messages? That¹s a lot of extra key presses every day, given the
> amount of spam coming in.
>
> Tom
>
Look for the script 'nuke messages'.
Alternatively, the script is so simple here is one in all it's glory...
tell application "Microsoft Entourage"
set theMessages to current messages
if theMessages ? {} then
display dialog "Do you want to permanently delete the selected
messages?" buttons {"Yes", "No"} default button 2 with icon caution
if button returned of the result is "Yes" then
delete theMessages
delete theMessages
end if
end if
end tell
--
Barry Wainwright
Microsoft MVP (see
http://mvp.support.microsoft.com for details)
Seen the Entourage FAQ pages? - Check them out:
<
http://www.entourage.mvps.org/toc.html>
Please post responses to this newsgroup. If I ask you to contact me
off-list, remove '.INVALID' from email address before replying.
--B_3151212870_6490140
Content-type: text/html;
charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable
<HTML>
<HEAD>
<TITLE>Re: Keyboard Shortcut for Direct Delete?</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:10.0px'>On 8/=
11/03 8:17 pm, in article BBD29D73.26BD%tom.putmylastnamehere@nau.edu, "=
;Tom Kirshbaum" <tom.putmylastnamehere@nau.edu> wrote:<BR>
<BR>
<FONT COLOR=3D"#0000FF">> Does anyone happen to know if there’s a ke=
yboard shortcut or a script that<BR>
> will delete messages from my Spam folder directly without going throug=
h<BR>
> Deleted Messages? That’s a lot of extra key presses every day, g=
iven the<BR>
> amount of spam coming in.<BR>
> <BR>
> Tom<BR>
> <BR>
</FONT><BR>
Look for the script 'nuke messages'.<BR>
<BR>
Alternatively, the script is so simple here is one in all it's glory...<BR>
<BR>
tell application "Microsoft Entourage"<BR>
set theMessages to current messages<BR>
if theMessages ≠ {} then<BR>
display dialog "Do you=
want to permanently delete the selected messages?" buttons {"Yes&=
quot;, "No"} default button 2 with icon caution<BR>
if button returned of the r=
esult is "Yes" then<BR>
del=
ete theMessages<BR>
del=
ete theMessages<BR>
end if<BR>
end if<BR>
end tell<BR>
<BR>
-- <BR>
Barry Wainwright<BR>
Microsoft MVP (see <a href=3D"
http://mvp.support.microsoft.com">http://mvp.su=
pport.microsoft.com</a> for details)<BR>
Seen the Entourage FAQ pages? - Check them out:<BR>
<a href=3D"
http://www.entourage.mvps.org/toc.html"><http://www=
.entourage.mvps.org/toc.html></a><BR>
<BR>
Please post responses to this newsgroup. If I ask you to contact me off-lis=
t, remove '.INVALID' from email address before replying.<BR>
</SPAN></FONT>
</BODY>
</HTML>
--B_3151212870_6490140--