diff --git a/src/sync.c b/src/sync.c index 0e6abe7..a2193b6 100644 --- a/src/sync.c +++ b/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')