On 11-02-07 5:34 PM, Bill Cameron wrote:
I sent an email to this list awhile ago about this problem.
https://inverse.ca/sogo/lists/arc/users/2010-10/msg00272.html
In our case the delay was very noticeable because we did not have one
of the attributes indexed on our ldap server. This made Thunderbird 3
usable but it still would be great if Thunderbird would not search
those ldap directories for each email read.
To "fix" this (ie., read hack), you can modify ./js/CardDAVDirectory.js in SOGo Connector and at the very top of cardForEmailAddress: function(emailAddress) { }, add "return null;"

This function is called only for the purpose you describe, which is causing problems.

The real fix would probably be to add a preference in SOGo Connector, for example "sogo-connector.lookupDomains" and you could add which domains you want lookups to be activated for (ie., "(foo.com, bar.ca, zot.edu)").

Regards,

--
Ludovic Marcotte
[email protected]  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to