View Issue Details

IDProjectCategoryView StatusLast Update
0001643SOGo ConnectorGUIpublic2012-05-22 20:19
ReporterjrabyAssigned Towsourdeau 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionopen 
Product VersionMonotone / nightly 
Summary0001643: sogo-connector.autoComplete.commentAttribute = "Notes" doesn't work in TB10
Description

With TB3, it was possible to show the LDAP attribute mapped by SOGoLDAPContactInfoAttribute in the autocompletion dialog of thunderbird.

This doesn't seem to work anymore with TB10.

The "NOTE" vcard property is correctly sent by SOGo and the data is correctly shown in the "Notes" section of the contact when seen in the address book.
But it doesn't show up in the autocompletion dialog.

TagsNo tags attached.

Activities

wsourdeau

wsourdeau

2012-02-29 16:03

viewer   ~0003501

The feature has indeed not be ported yet.

jraby

jraby

2012-05-22 20:19

viewer   ~0003962

The feature has been reimplemented, but a bit differently.

the content of the LDAP attribute mapped by the SOGoLDAPContactInfoAttribute parameter, is now sent in the X-SOGO-CONTACTINFO vcard property.

In order to show this value when doing autocompletion in thunderbird, the following configuration must be used:

<pre>
pref("sogo-connector.autoComplete.commentAttribute", "unprocessed:x-sogo-contactinfo");
</pre>

Issue History

Date Modified Username Field Change
2012-02-20 18:43 jraby New Issue
2012-02-29 16:03 wsourdeau Note Added: 0003501
2012-05-22 20:19 jraby Note Added: 0003962
2012-05-22 20:19 jraby Assigned To => wsourdeau
2012-05-22 20:19 jraby Status new => resolved