From f2c68832d586cb718ac38d3e72e6662883540239 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 20 Sep 2012 11:58:13 +0200 Subject: [PATCH] =?UTF-8?q?Toujours=20utiliser=20lockPref=20ou=20defaultPr?= =?UTF-8?q?ef=20(suppression=20de=20pr=C3=A9f=C3=A9rence=20en=20defaultPre?= =?UTF-8?q?f)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/usr/share/mozilla-mcd/thunderbird.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/root/usr/share/mozilla-mcd/thunderbird.php b/root/usr/share/mozilla-mcd/thunderbird.php index 1bb6276..be510a9 100644 --- a/root/usr/share/mozilla-mcd/thunderbird.php +++ b/root/usr/share/mozilla-mcd/thunderbird.php @@ -125,17 +125,17 @@ $id++; ("mail.adaptivefilters.junk_threshold", 500); // Checks IMAP folders -defaultPref("mail.check_all_imap_folders_for_new", true); +("mail.check_all_imap_folders_for_new", true); // Composition -defaultPref("mail.default_html_action", 3); +("mail.default_html_action", 3); // Attachments -defaultPref("mail.content_disposition_type ", 1); +("mail.content_disposition_type ", 1); // Expunge -defaultPref("mail.imap.expunge_option", 3); -defaultPref("mail.imap.expunge_threshold_number", 100); +("mail.imap.expunge_option", 3); +("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