Here's another solution, that can be used by anyone who wants to put 
"[CE]" in the header of a message.

Set up a mail action that acts only on mail from the emailer list, and 
have it run the following apple script; if you have a mail action that 
files the message, it's best to make this a separate mail action; 
there's an esoteric bug that can cause filing and running applescripts 
in the same mail action to not work properly.

--Michelle

tell application "Claris Emailer"
        set theMessage to the filtered message
        set foo to the subject of theMessage
        set foo to "[EM] " & foo
        set the subject of theMessage to foo
end tell


On Tuesday, April 2, 2002, at 09:23  AM, Helder Correia wrote:

>> Do we need to take a vote?
>
> I don't think it would do us any good.
>
> For one, we don't know whether the list software supports this feature.
>
> For another, we don't know if the listmom would be willing to honor our 
> request.
We're not human beings having a spiritual experience.
We're spiritual beings having a human experience.


We're not human beings having a spiritual experience.
We're spiritual beings having a human experience.

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

Reply via email to