Hi,

I've read everything I can on this subject, but I can't get autocomplete settings to stick in thunderbird. I can set them in thunderbird directly, but it won't stay across a thunderbird restart. It's behaving exactly like what was reported in this bug report: http://www.sogo.nu/bugs/view.php?id=2323

I have set the id to public in both the SOGo GNUStep config, and in the site.js

Have I just missed something dumb here?

Thanks,

James

gnustep
-------
<key>SOGoUserSources</key>
<array>
<dict>
<key>CNFieldName</key>
<string>cn</string>
<key>IDFieldName</key>
<string>mail</string>
<key>UIDFieldName</key>
<string>mail</string>
<key>baseDN</key>
<string>o=domains,dc=example,dc=com</string>
<key>bindDN</key>
<string>cn=Manager,dc=example,dc=com</string>
<key>bindFields</key>
<string>mail</string>
<key>bindPassword</key>
<string>password</string>
<key>canAuthenticate</key>
<string>YES</string>
<key>prependEncryptionScheme</key>
<string>YES</string>
<key>userPasswordAlgorithm</key>
<string>ssha</string>
<key>displayName</key>
<string>Key-Company Inc.</string>
<key>hostname</key>
<string>127.0.0.1</string>
<key>id</key>
<string>public</string>
<key>isAddressBook</key>
<string>YES</string>
<key>port</key>
<string>389</string>
<key>scope</key>
<string>sub</string>
</dict>
</array>


site.js
-------
pref("app.update.auto", false);
pref("app.update.enabled", false);
pref("autoupdate.enabled", false);
pref("extensions.update.auto", false);
pref("extensions.update.enabled", false);
pref("mail.imap.mime_parts_on_demand_threshold", 300000);
pref("mail.inline_attachments", true);
pref("mail.mdn.report.not_in_to_cc", 0);
pref("mail.strictly_mime.parm_folding", 0);
pref("calendar.alarms.showmissed", false);
pref("calendar.caldav.sched.enabled", true);
pref("calendar.timezone.local", "/mozilla.org/20070129_1/America/Chicago");
pref("sogo-integrator.autocomplete.server.urlid", "public");
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to