[missing-sync-palmos-talk] trivial request

Paul Berkowitz berkowit at silcom.com
Sat Nov 19 14:23:11 PST 2005


On 11/19/05 11:54 AM, "Bill Calamita" <bill at calamita.com> wrote:

> I completely agree.  Can the header be subject pre-header be changes to
> something like "MS-Palm".
> 
> In Entourage, using the three pane configuration, most subjects get cut off.
> 
> 
> on 11/17/05 11:45 AM, Jonathan Lundell at jlundell at pobox.com wrote:
> 
>> A nit. The Subject tag for this list is so long (most messages start
>> out "Re: [missing-sync-palmos-talk] ") that I can't see half the
>> subject in Eudora, even with a rather wide window.
>> 
>> How about shortening it a little?

Since you're in Entourage, you could do it yourself via a rule (Criteria:
Subject contains [missing-sync-palmos-talk] , or just on the Mailing List
rule for this list):

tell application "Microsoft Entourage"
    set theMsg to item 1 of (get current messages)
    set theSubject to subject of theMsg
    set AppleScript's text item delimiters to {"[missing-sync-palmos-talk]"}
    set theBits to text items of theSubject
    set AppleScript's text item delimiters to {"[MS-Palm]"}
    set theSubject to theBits as Unicode text
    set AppleScript's text item delimiters to {""}
    set subject of theMsg to theSubject
end tell


Paste, Compile and Save that as a Script in Script Editor, save to the
Entourage Script Menu Items folder in the MUD folder, and make a rule to run
the script for messages whose Subject contains [missing-sync-palmos-talk],
or just run this script on messages filtered by the Mailing List Manager on
this mailing list (Otherwise, if you do use MLM, you must allow other rules
to run in the Advanced pane for this list. Better just to run the script
from the MLM rule.) Every such message will be flagged as edited, but so
what.

-- 
Paul Berkowitz




More information about the missing-sync-palmos-talk mailing list