From ad0a24c4cbf9b1de31aebd76a35b883de8a2e6bc Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 26 Jun 2012 10:33:43 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20conf=20des=20r=C3=A9pertoires?= =?UTF-8?q?=20IMAP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/usr/share/mozilla-mcd/thunderbird.php | 4 ++++ 1 file changed, 4 insertions(+) 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"); +