Browse Source

of course F_DELETED will have been added to expired slave messages, so

don't complain about it.
wip/maildir-uid-dupes-test
Oswald Buddenhagen 19 years ago
parent
commit
76de0182a2
  1. 2
      src/sync.c

2
src/sync.c

@ -666,7 +666,7 @@ sync_boxes( store_t *ctx[], const char *names[], channel_conf_t *chan )
unex = 0;
if (srec->status & S_EXPIRED) {
if (!t) {
if (aflags || dflags)
if ((aflags & ~F_DELETED) || dflags)
info( "Info: Flags of expired message changed in (%d,%d)\n", srec->uid[M], srec->uid[S] );
continue;
} else {

Loading…
Cancel
Save