fix thunderbird hack breakage for 1,14,4
This commit is contained in:
parent
a9e36734c8
commit
2f837a89b3
@ -427,8 +427,8 @@ bool MimeHandlerMbox::next_document()
|
|||||||
m_lineno++;
|
m_lineno++;
|
||||||
int ll;
|
int ll;
|
||||||
stripendnl(line, ll);
|
stripendnl(line, ll);
|
||||||
LOGDEB2(("Start: hadempty %d ll %d Line: [%s]\n",
|
LOGDEB2(("Start: hadempty %d lineno %d ll %d Line: [%s]\n",
|
||||||
hademptyline, ll, line));
|
hademptyline, m_lineno, ll, line));
|
||||||
if (ll <= 0) {
|
if (ll <= 0) {
|
||||||
hademptyline = true;
|
hademptyline = true;
|
||||||
continue;
|
continue;
|
||||||
@ -471,6 +471,7 @@ bool MimeHandlerMbox::next_document()
|
|||||||
// Rewind to start of "From " line
|
// Rewind to start of "From " line
|
||||||
fseek(fp, end, SEEK_SET);
|
fseek(fp, end, SEEK_SET);
|
||||||
m_lineno--;
|
m_lineno--;
|
||||||
|
hademptyline = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user