Correction de mail.content_disposition_type

tags/0.2.19
Daniel Berteaud 12 years ago
parent f2c68832d5
commit 74abf41837
  1. 6
      ipasserelle-gp.spec
  2. 2
      root/usr/share/mozilla-mcd/thunderbird.php

@ -1,4 +1,4 @@
%define version 0.2.17 %define version 0.2.18
%define release 1 %define release 1
%define name ipasserelle-gp %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 Basé sur WPKG et d'autres outils
%changelog %changelog
* Thu Sep 20 2012 Daniel Berteaud <daniel@firewall-services.com> - 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 <daniel@firewall-services.com> - 0.2.17-1 * Wed Sep 12 2012 Daniel Berteaud <daniel@firewall-services.com> - 0.2.17-1
- Fix home page URL for Firefox - Fix home page URL for Firefox

@ -131,7 +131,7 @@ $id++;
<?php echo $pref;?>("mail.default_html_action", 3); <?php echo $pref;?>("mail.default_html_action", 3);
// Attachments // Attachments
<?php echo $pref;?>("mail.content_disposition_type ", 1); <?php echo $pref;?>("mail.content_disposition_type", 1);
// Expunge // Expunge
<?php echo $pref;?>("mail.imap.expunge_option", 3); <?php echo $pref;?>("mail.imap.expunge_option", 3);

Loading…
Cancel
Save