of course F_DELETED will have been added to expired slave messages, so
don't complain about it.
This commit is contained in:
parent
8c30ec4a25
commit
76de0182a2
|
@ -666,7 +666,7 @@ sync_boxes( store_t *ctx[], const char *names[], channel_conf_t *chan )
|
||||||
unex = 0;
|
unex = 0;
|
||||||
if (srec->status & S_EXPIRED) {
|
if (srec->status & S_EXPIRED) {
|
||||||
if (!t) {
|
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] );
|
info( "Info: Flags of expired message changed in (%d,%d)\n", srec->uid[M], srec->uid[S] );
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user