Enable signature on forward and reply

tags/0.2.35_el6 0.2.35_el6
Daniel Berteaud 11 years ago
parent cd358b6be8
commit c0c6e6d80d
  1. 2
      root/usr/share/mozilla-mcd/thunderbird.php

@ -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; ?>.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; ?>.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_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 <?php
$identities .= ',id' . $id; $identities .= ',id' . $id;
$account++; $account++;

Loading…
Cancel
Save