From: Timo Sirainen Date: Thu, 29 May 2003 22:48:15 +0000 (+0300) Subject: comment update X-Git-Tag: 1.1.alpha1~4586 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cb2de9728d4a8fe6a98bc92043a26fd95e30dc4;p=thirdparty%2Fdovecot%2Fcore.git comment update --HG-- branch : HEAD --- 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); }