From 5d0f26427cd867b610bb82bf7ddcbbd67c444a03 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 29 Oct 2013 13:09:26 +0100 Subject: [PATCH] Use the Addressbook id instead of description so TB keep the setting after a restart --- root/usr/share/mozilla-mcd/thunderbird.mod.sogo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/share/mozilla-mcd/thunderbird.mod.sogo.php b/root/usr/share/mozilla-mcd/thunderbird.mod.sogo.php index 9379291..2b5986d 100644 --- a/root/usr/share/mozilla-mcd/thunderbird.mod.sogo.php +++ b/root/usr/share/mozilla-mcd/thunderbird.mod.sogo.php @@ -8,6 +8,6 @@ ("calendar.view.visiblehours", 14); ("ldap_2.autoComplete.useDirectory", true); ("ldap_2.autoComplete.directoryServer", "ldap_2.servers.Utilisateurs"); -("sogo-integrator.autocomplete.server.urlid", "Utilisateurs"); +("sogo-integrator.autocomplete.server.urlid", "users"); // End of SOGo config