From 76de0182a2b39a55f4edffa904f3f0302c50c9c7 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 28 Dec 2005 20:05:53 +0000 Subject: [PATCH] of course F_DELETED will have been added to expired slave messages, so don't complain about it. --- src/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sync.c b/src/sync.c index e8ff4e6..abd39b2 100644 --- a/src/sync.c +++ b/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 {