From c0c6e6d80d228d1c62cc865fe532b93c2e7a4be2 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 25 Feb 2014 09:59:48 +0100 Subject: [PATCH] Enable signature on forward and reply --- root/usr/share/mozilla-mcd/thunderbird.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/usr/share/mozilla-mcd/thunderbird.php b/root/usr/share/mozilla-mcd/thunderbird.php index b7c75fe..dfde6d8 100644 --- a/root/usr/share/mozilla-mcd/thunderbird.php +++ b/root/usr/share/mozilla-mcd/thunderbird.php @@ -133,6 +133,8 @@ for ($i=0; $i < count($user[0]['mail'])-1; $i++){ ("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"); +("mail.identity.id.sig_on_fwd", true); +("mail.identity.id.sig_on_reply", true);