mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Do not add signature ruler for signature at the top of message (RFC 3676.4.3)
This commit is contained in:
parent
39759eb267
commit
134f0db1b9
@ -1135,7 +1135,9 @@ class mail_compose
|
||||
}
|
||||
if ((isset($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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user