]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
maildir: Code comment update
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 29 Jun 2016 15:33:48 +0000 (18:33 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 29 Jun 2016 15:33:48 +0000 (18:33 +0300)
src/lib-storage/index/maildir/maildir-sync.c

index fdd881b44b57425f09cf1cb7a66931a740898170..226ff93504ebe8add408544f2d9dd3caae7db754 100644 (file)
@@ -972,8 +972,9 @@ maildir_sync_context(struct maildir_sync_context *ctx, bool forced,
                        /* UID is expunged */
                        *find_uid = 0;
                } else if ((flags & MAILDIR_UIDLIST_REC_FLAG_NONSYNCED) == 0) {
-                       /* we didn't find it, possibly expunged? */
                        *find_uid = 0;
+               } else {
+                       /* we didn't find it, possibly expunged? */
                }
        }