mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
Merge origin/master
This commit is contained in:
commit
5706f3cf01
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ END;
|
|||
{
|
||||
if (0 < \strlen($sLine))
|
||||
{
|
||||
$sFirst = $sLine{1};
|
||||
$sFirst = \substr($sLine,0,1);
|
||||
if (' ' === $sFirst || "\t" === $sFirst)
|
||||
{
|
||||
if (!$bSkip)
|
||||
|
|
Loading…
Reference in a new issue