From dfdd92deefae2050463d21a58fd5f562b5a13813 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 27 Sep 2012 13:29:46 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20des=20r=C3=A9pertoires=20Sent,=20D?= =?UTF-8?q?rafts=20et=20Templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/usr/share/mozilla-mcd/thunderbird.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/root/usr/share/mozilla-mcd/thunderbird.php b/root/usr/share/mozilla-mcd/thunderbird.php index 73a86a6..a7c264a 100644 --- a/root/usr/share/mozilla-mcd/thunderbird.php +++ b/root/usr/share/mozilla-mcd/thunderbird.php @@ -124,8 +124,11 @@ for ($i=0; $i < count($user[0]['mail'])-1; $i++){ ("mail.identity.id.smtpServer", "smtp1"); ("mail.identity.id.useremail", ""); ("mail.identity.id.valid", true); +defaultPref("mail.identity.id.fcc_folder_pickup_mode", "1"); defaultPref("mail.identity.id.fcc_folder", "imap://@/Sent"); +defaultPref("mail.identity.id.drafts_folder_pickup_mode", "1"); defaultPref("mail.identity.id.draft_folder", "imap://@/Drafts"); +defaultPref("mail.identity.id.templ_folder_pickup_mode", "1"); defaultPref("mail.identity.id.stationery_folder", "imap://@/Templates"); defaultPref("mail.identity.id.attach_signature", true); defaultPref("mail.identity.id.sig_file", path_profile+path_sep+"signature"+path_sep+"email.html");