Browse Source

don't unnecessarily use continue

wip/maildir-uid-dupes-test
Oswald Buddenhagen 12 years ago
parent
commit
5ad83b4e6a
  1. 6
      src/sync.c

6
src/sync.c

@ -1211,10 +1211,10 @@ box_loaded( int sts, void *aux )
} else { } else {
if (tmsg->srec) { if (tmsg->srec) {
debug( " -> not %sing - still too big\n", str_hl[t] ); debug( " -> not %sing - still too big\n", str_hl[t] );
continue; } else {
debug( " -> not %sing - too big\n", str_hl[t] );
msg_copied_p2( svars, srec, t, tmsg, -1 );
} }
debug( " -> not %sing - too big\n", str_hl[t] );
msg_copied_p2( svars, srec, t, tmsg, -1 );
} }
} }
} }

Loading…
Cancel
Save