Browse Source

and now don't clobber the mails ...

Oswald Buddenhagen 19 năm trước cách đây
mục cha
commit
e567cc6919
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/sync.c

+ 1 - 1
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')