diff --git a/root/usr/share/mozilla-mcd/thunderbird.php b/root/usr/share/mozilla-mcd/thunderbird.php index e5b3308..b7c75fe 100644 --- a/root/usr/share/mozilla-mcd/thunderbird.php +++ b/root/usr/share/mozilla-mcd/thunderbird.php @@ -124,15 +124,15 @@ 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.reply_on_top", 1); -defaultPref("mail.identity.id.attach_signature", true); -defaultPref("mail.identity.id.sig_file", path_profile+path_sep+"signature"+path_sep+"email.html"); +("mail.identity.id.fcc_folder_pickup_mode", "1"); +("mail.identity.id.fcc_folder", "imap://@/Sent"); +("mail.identity.id.drafts_folder_pickup_mode", "1"); +("mail.identity.id.draft_folder", "imap://@/Drafts"); +("mail.identity.id.templ_folder_pickup_mode", "1"); +("mail.identity.id.stationery_folder", "imap://@/Templates"); +("mail.identity.id.reply_on_top", 1); +("mail.identity.id.attach_signature", true); +("mail.identity.id.sig_file", path_profile+path_sep+"signature"+path_sep+"email.html");