diff --git a/root/usr/share/mozilla-mcd/thunderbird.php b/root/usr/share/mozilla-mcd/thunderbird.php index 775a36e..dce859a 100644 --- a/root/usr/share/mozilla-mcd/thunderbird.php +++ b/root/usr/share/mozilla-mcd/thunderbird.php @@ -73,6 +73,10 @@ lockPref("mail.identity.id.organization", ".smtpServer", "smtp1"); lockPref("mail.identity.id.useremail", ""); lockPref("mail.identity.id.valid", true); +defaultPref("mail.identity.id.fcc_folder", "imap://@/Sent"); +defaultPref("mail.identity.id.draft_folder", "imap://@/Drafts"); +defaultPref("mail.identity.id.stationery_folder", "imap://@/Templates"); +