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);