Browse Source

and now don't clobber the mails ...

wip/maildir-uid-dupes-test
Oswald Buddenhagen 19 years ago
parent
commit
e567cc6919
  1. 2
      src/sync.c

2
src/sync.c

@ -237,7 +237,7 @@ copy_msg( store_t *ctx[], int t, message_t *tmsg, const char *tuid, int *uid )
oke:
if (cra || crd)
for (; i < len; i++) {
c = fmap[i++];
c = fmap[i];
if (c == '\r')
extra += crd;
else if (c == '\n')

Loading…
Cancel
Save