Andy Fragen sez:

>There is a builtin script "Delete Message Immediately", doesn't it do as
>you want?

That's probably the one I looked at, but it deletes the selected
messages, not just one. It uses a loop:

                set theMessages to current messages
                repeat with msg in theMessages
                        delete msg
                end repeat

What I want to do is just delete one message from within a script called
by a filter.

   ------------------------------------------------------------------
   Tom Dillon                                12081 W. Alameda Parkway
   DataCraft                                                     #506
   [EMAIL PROTECTED]                     Lakewood, CO 80228
   http://www.DataCraft-Inc.com/                         720/962-4880
   ------------------------------------------------------------------
           Everything matters, nothing counts. --- Sunastar
   ------------------------------------------------------------------


Reply via email to