View Single Post
  #15 (permalink)  
Old 06-06-2007, 07:21 PM
gaspode gaspode is offline
Member
 
Posts: 12
Default

Quote:
Originally Posted by mmorse View Post
Forgot about this-it sets the dominance/priority when some zimlets use the same matched patterns.
ie: If they highlight the same content.

First check your current priority list
>
zmzimletctl listPriority

Set the order by:
> zmzimletctl setPriority com_zimbra_name 0
(starts at 0 not 1)
Now that was interesting. How does it manage overlaps? Like if I got the regexp "aabb" in one zimlet and "bbcc" in another and encountered the string "aabbcc"?
Reply With Quote