Toujours utiliser lockPref ou defaultPref (suppression de préférence en defaultPref)

tags/0.2.18 0.2.18
Daniel Berteaud 12 years ago
parent b3a2de359d
commit f2c68832d5
  1. 10
      root/usr/share/mozilla-mcd/thunderbird.php

@ -125,17 +125,17 @@ $id++;
<?php echo $pref;?>("mail.adaptivefilters.junk_threshold", 500);
// Checks IMAP folders
defaultPref("mail.check_all_imap_folders_for_new", true);
<?php echo $pref;?>("mail.check_all_imap_folders_for_new", true);
// Composition
defaultPref("mail.default_html_action", 3);
<?php echo $pref;?>("mail.default_html_action", 3);
// Attachments
defaultPref("mail.content_disposition_type ", 1);
<?php echo $pref;?>("mail.content_disposition_type ", 1);
// Expunge
defaultPref("mail.imap.expunge_option", 3);
defaultPref("mail.imap.expunge_threshold_number", 100);
<?php echo $pref;?>("mail.imap.expunge_option", 3);
<?php echo $pref;?>("mail.imap.expunge_threshold_number", 100);
// Adds the domain from your email address to the
// recipients email address if it doesn't have a domain

Loading…
Cancel
Save