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

don't complain about it.
This commit is contained in:
Oswald Buddenhagen 2005-12-28 20:05:53 +00:00
parent 8c30ec4a25
commit 76de0182a2

View File

@ -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 {