Browse Source

ok, mismerging and not running the reg-tests is lame. unscrew expunging

again.
wip/maildir-uid-dupes-test
Oswald Buddenhagen 19 years ago
parent
commit
16eaf903db
  1. 5
      src/sync.c

5
src/sync.c

@ -1072,8 +1072,8 @@ sync_boxes( store_t *ctx[], const char *names[], channel_conf_t *chan )
} }
for (t = 0; t < 2; t++) { for (t = 0; t < 2; t++) {
if ((svars->chan->ops[t] & OP_EXPUNGE) && if (svars->chan->ops[t] & OP_EXPUNGE) {
(svars->ctx[t]->conf->trash || (svars->ctx[1-t]->conf->trash && svars->ctx[1-t]->conf->trash_remote_new))) { if (svars->ctx[t]->conf->trash || (svars->ctx[1-t]->conf->trash && svars->ctx[1-t]->conf->trash_remote_new)) {
debug( "trashing in %s\n", str_ms[t] ); debug( "trashing in %s\n", str_ms[t] );
for (tmsg = svars->ctx[t]->msgs; tmsg; tmsg = tmsg->next) for (tmsg = svars->ctx[t]->msgs; tmsg; tmsg = tmsg->next)
if (tmsg->flags & F_DELETED) { if (tmsg->flags & F_DELETED) {
@ -1103,6 +1103,7 @@ sync_boxes( store_t *ctx[], const char *names[], channel_conf_t *chan )
debug( " not remote trashing message %d - not new\n", tmsg->uid ); debug( " not remote trashing message %d - not new\n", tmsg->uid );
} }
} }
}
info( "Expunging %s...\n", str_ms[t] ); info( "Expunging %s...\n", str_ms[t] );
debug( "expunging %s\n", str_ms[t] ); debug( "expunging %s\n", str_ms[t] );

Loading…
Cancel
Save