and now don't clobber the mails ...
This commit is contained in:
parent
850addecd5
commit
e567cc6919
|
@ -237,7 +237,7 @@ copy_msg( store_t *ctx[], int t, message_t *tmsg, const char *tuid, int *uid )
|
||||||
oke:
|
oke:
|
||||||
if (cra || crd)
|
if (cra || crd)
|
||||||
for (; i < len; i++) {
|
for (; i < len; i++) {
|
||||||
c = fmap[i++];
|
c = fmap[i];
|
||||||
if (c == '\r')
|
if (c == '\r')
|
||||||
extra += crd;
|
extra += crd;
|
||||||
else if (c == '\n')
|
else if (c == '\n')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user