-----It appears that [EMAIL PROTECTED] wrote, on 20020818 2:26 PM:

>Is there any way to get rid of it with a script as opposed to just 
>shoving it into the Deleted folder?

Sure. If the script is moving it to the Deleted folder, you can edit the 
script to "delete" the message -- it's real, real gone with that command.

I have some shared scripts (at URL below) which have the following in the 
code, which should provide enough information for you to edit another 
script:

    --  Now, delete the EMailer message:    
(*          IF you REALLY want to get rid of it for good:   *)
    --              delete theMessage   -- <-- uncomment this line
    move theMessage to deleted mail folder -- <- comment out this line if 
you use the line above
    (* NOTE:  HOW TO "COMMENT OUT" APPLESCRIPT LINES:*)
    --              putting two dashes ("--") before a line of Applescript 
code 
effectively disables it
    --  Similarly, removing the dashes from a commented line will have the 
opposite effect.
(* Add'l note: enclosing any amount of text between the (* and *) pairs 
will cause the text to be ignored too. *)

HTH,

Dan Feather

(who needs to add some more scripts to his online stash, which can be 
found at:
http://www.danfeather.com/pages/as/index.htm#cemailer
 . . . two "deleting" scripts (the 2nd one could be edited to _really_ 
delete):
Delete Attachments (and messages)
Add to Spammers and delete (incl. attachments) 
)


   =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   =-=-  Dan  at featherweightstuff dot com     -=-=
   =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



___________________________________________________________________________
To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to
<[EMAIL PROTECTED]>  or  <[EMAIL PROTECTED]>

Reply via email to