If you only select one message it will only delete one message. I guess the real question is how do you want to use it. If you've already got a script and it has a message that you want to delete simply add "delete msg" to the script in the correct place.
-- Andy Fragen On Fri, Jan 2, 2004, Tom Dillon said: > >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 > ------------------------------------------------------------------ > > >

