]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
comment update
authorTimo Sirainen <tss@iki.fi>
Wed, 19 Feb 2003 20:26:12 +0000 (22:26 +0200)
committerTimo Sirainen <tss@iki.fi>
Wed, 19 Feb 2003 20:26:12 +0000 (22:26 +0200)
--HG--
branch : HEAD

src/lib-storage/index/maildir/maildir-list.c

index a285bde5a594f93a751ad39a52277c37f18129f9..f4cc9c1be8a288fb99c07c37a0f15a21ec8539a8 100644 (file)
@@ -36,7 +36,7 @@ static enum mailbox_flags maildir_get_marked_flags(const char *dir)
 {
        struct stat st_new, st_cur;
 
-       /* assume changes if new/ has been modified later than cur/ */
+       /* assume marked if new/ has been modified later than cur/ */
        if (stat(t_strconcat(dir, "/new", NULL), &st_new) < 0)
                return MAILBOX_UNMARKED;