forked from extern/egroupware
Do not add signature ruler for signature at the top of message (RFC 3676.4.3)
This commit is contained in:
parent
c49bdc7651
commit
e62dd1c0ff
@ -1103,7 +1103,9 @@ class mail_compose
|
|||||||
}
|
}
|
||||||
if ((isset($this->mailPreferences['disableRulerForSignatureSeparation']) &&
|
if ((isset($this->mailPreferences['disableRulerForSignatureSeparation']) &&
|
||||||
$this->mailPreferences['disableRulerForSignatureSeparation']) ||
|
$this->mailPreferences['disableRulerForSignatureSeparation']) ||
|
||||||
empty($signature['ident_signature']) || trim($this->convertHTMLToText($signature['ident_signature'],true,true)) =='')
|
empty($signature['ident_signature']) ||
|
||||||
|
trim($this->convertHTMLToText($signature['ident_signature'],true,true)) =='' ||
|
||||||
|
$this->mailPreferences['insertSignatureAtTopOfMessage'] == '1')
|
||||||
{
|
{
|
||||||
$disableRuler = true;
|
$disableRuler = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user