]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
whops, don't commit debugging
authorTimo Sirainen <tss@iki.fi>
Sun, 15 Jun 2003 02:22:28 +0000 (05:22 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 15 Jun 2003 02:22:28 +0000 (05:22 +0300)
--HG--
branch : HEAD

src/lib-index/maildir/maildir-update-flags.c

index adffe48971774d168b54683168cd79d254c04b10..59847d297cfaaf356d89e90d0c1720f160d474b8 100644 (file)
@@ -136,8 +136,6 @@ static int maildir_rename_mail(struct mail_index *index,
                                               "/cur/", new_fname, NULL);
                }
 
-               ret = 0; break;
-
                if (strcmp(old_fname, new_fname) == 0)
                        ret = 1;
                else {