Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > ZCS Client Connectors > Zimbra Connector for Outlook

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-20-2009, 10:04 AM
Intermediate Member
 
Posts: 18
Default [SOLVED] ZCO 5.0.18 Category icon disappears when Send/Receive

Hi,

After upgrading to ZCS 5.0.18 and installing ZCO 5.0.18...

In Outlook a category can be selected for a mail message, but the category's icon disappears after Send/Receive.

To demonstrate:

- In Outlook mail view, right-click Categories column for a mail message and select a category.
- The selected category's icon appears in the Categories column.
- Press Send/receive (or wait for automatic Send/Receive) and the icon disappears.

I have confirmed this behavior occurs with ZCO 5.0.18. It does not occur with ZCO 5.0.16.

I have attached ZCO logs.

Thanks for any help.
Attached Files
File Type: zip zco-20090719T165016.804-OUTLOOK.EXE-2992.zip (310.3 KB, 4 views)
Reply With Quote
  #2 (permalink)  
Old 07-20-2009, 10:17 AM
Zimbra Employee
 
Posts: 1,318
Default

See:
Enhancements for 5.0.X
New Features for 5.0.18

In the 5.0.18 release notes

The reason is that local Outlook rules now run automatically. Outlook 2007 has a default rule called Clear categories on Email. Disable that rule (or if possible, delete it entirely).

Unfortunately, it probably synced to the server, and your categories may be gone -- you may have to re-categorize.

So far there is no good way to disable this rule programmatically, although I may have to look into this more.

That's why we put it in the release notes.
Reply With Quote
  #3 (permalink)  
Old 07-20-2009, 12:28 PM
Intermediate Member
 
Posts: 18
Default

Ah, so sorry. I missed that. My fault.
Reply With Quote
  #4 (permalink)  
Old 07-20-2009, 12:39 PM
Zimbra Employee
 
Posts: 1,318
Default

I will still try to deal with this and a subsequent release or patch. People shouldn't have to rely on the release notes.
Reply With Quote
  #5 (permalink)  
Old 07-28-2009, 01:22 PM
Intermediate Member
 
Posts: 22
Default

Since this is not a simple registry setting, I assume a programmer would have to use the Outlook API to turn this rule off (or delete it). It would be very helpful if a Zimbra developer (like those who work on the ZCS Connector for Outlook) could post a VBscript that disables or deletes this rule. Sande
Reply With Quote
  #6 (permalink)  
Old 07-28-2009, 01:47 PM
Intermediate Member
 
Posts: 22
Default

For example, I can't vouch for this code, but I found it at:
http://doodlescripts.com/News/article/sid=9.html

Use the code below to disable and enable rules. This could be useful during migrations. This should work for Outlook 2003 & Outlook 2007
================================================== ===================
'rules.vbs… On Error Resume Next

Set objOutlook = CreateObject("Outlook.Application")
Set colRules = objOutlook.Session.DefaultStore.GetRules

For Each oRule In colRules
oRule.Enabled = False
Next

colRules.Save

For Each oRule In colRules
oRule.Enabled = True
Next

colRules.Save
Reply With Quote
  #7 (permalink)  
Old 07-28-2009, 07:36 PM
Outstanding Member
 
Posts: 708
Default

For new installs, outlook.exe /cleanrules dumps all rules. That's probably safe for old installs, too, because it's unlikely that any rules that people attempted to define pre-5.0.18 ever actually worked.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.