On 7/16/02 1:39 PM, "Eric Hildum" <[EMAIL PROTECTED]> wrote:
> I do miss that (do not synchronize with Palm) feature. While I can and have
> set an additional category to prevent synchronizing certain contacts, having
> to do it with categories only is a bit difficult (I'll need to rewrite my
> scripts to add a category). I do like the category functionality, but I
> would like the flag that existing in 2001 to be available too - it is much
> easier to script adding a flag to true than adding an additional category.
It is? Since you always want this "not sync" category to be non-primary if
there's another category, just stick it at the end:
set noSync to category "No Sync"
tell theContact
set catList to its category
set its category to (catList & {noSync })
end tell
or if you prefer it in one line:
tell theContact to set its category to ((get its category) & {category "No
Sync})
--
Paul Berkowitz
--
To unsubscribe:
<mailto:[EMAIL PROTECTED]>
archives:
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>