Enable signature on forward and reply

This commit is contained in:
Daniel Berteaud 2014-02-25 09:59:48 +01:00
parent abdbf88aa2
commit 032e151849
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@ for ($i=0; $i < count($user[0]['mail'])-1; $i++){
<?php echo $pref;?>("mail.identity.id<?php echo $id; ?>.reply_on_top", 1);
<?php echo $pref;?>("mail.identity.id<?php echo $id; ?>.attach_signature", true);
<?php echo $pref;?>("mail.identity.id<?php echo $id; ?>.sig_file", path_profile+path_sep+"signature"+path_sep+"email.html");
<?php echo $pref;?>("mail.identity.id<?php echo $id; ?>.sig_on_fwd", true);
<?php echo $pref;?>("mail.identity.id<?php echo $id; ?>.sig_on_reply", true);
<?php
$identities .= ',id' . $id;
$account++;