From 55129382fa7340c96afe883d9067ee3da7b299cf Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 26 Jun 2012 12:21:41 +0200 Subject: [PATCH] =?UTF-8?q?Configuration=20de=20la=20signature=20par=20d?= =?UTF-8?q?=C3=A9faut?= 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, 2 insertions(+), 1 deletion(-) diff --git a/root/usr/share/mozilla-mcd/thunderbird.php b/root/usr/share/mozilla-mcd/thunderbird.php index 7771e63..0abc945 100644 --- a/root/usr/share/mozilla-mcd/thunderbird.php +++ b/root/usr/share/mozilla-mcd/thunderbird.php @@ -76,7 +76,8 @@ 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"); - +defaultPref("mail.identity.id.attach_signature", true); +defaultPref("mail.identity.id.sig_file-rel", "[ProfD]../../../../../Mes Documents/signature/email.html");