From 4cb2de9728d4a8fe6a98bc92043a26fd95e30dc4 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 30 May 2003 01:48:15 +0300 Subject: [PATCH] comment update --HG-- branch : HEAD --- src/lib-index/maildir/maildir-sync.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib-index/maildir/maildir-sync.c b/src/lib-index/maildir/maildir-sync.c index f460aef298..2b1c123c1b 100644 --- a/src/lib-index/maildir/maildir-sync.c +++ b/src/lib-index/maildir/maildir-sync.c @@ -946,9 +946,7 @@ static int maildir_sync_new_dir(struct maildir_sync_context *ctx, if (append_index) { if (ctx->index->maildir_have_new) { /* some of the mails in new/ are already indexed. - we'll have to do a full sync. - FIXME: or not really, just full sync for mails - in new/ */ + we'll have to do a full sync. */ return maildir_sync_new_dir_full(ctx); } -- 2.47.3