diff --git a/ipasserelle-gp.spec b/ipasserelle-gp.spec index 5375456..fccaa0b 100644 --- a/ipasserelle-gp.spec +++ b/ipasserelle-gp.spec @@ -1,4 +1,4 @@ -%define version 0.2.17 +%define version 0.2.18 %define release 1 %define name ipasserelle-gp @@ -26,6 +26,10 @@ Ce paquet permet de gérer un parc de machines sous MS Windows Basé sur WPKG et d'autres outils %changelog +* Thu Sep 20 2012 Daniel Berteaud - 0.2.18-1 +- Don't force defaultPref for some settings (use the default, either defaultPref or lockPref) +- Lookup in LDAP using the mail address if the uid doesn't return any result + * Wed Sep 12 2012 Daniel Berteaud - 0.2.17-1 - Fix home page URL for Firefox diff --git a/root/usr/share/mozilla-mcd/thunderbird.php b/root/usr/share/mozilla-mcd/thunderbird.php index be510a9..75b2ecc 100644 --- a/root/usr/share/mozilla-mcd/thunderbird.php +++ b/root/usr/share/mozilla-mcd/thunderbird.php @@ -131,7 +131,7 @@ $id++; ("mail.default_html_action", 3); // Attachments -("mail.content_disposition_type ", 1); +("mail.content_disposition_type", 1); // Expunge ("mail.imap.expunge_option", 3);