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");