changeset 1202:2d14be5b6829 HEAD

comment update
author Timo Sirainen <tss@iki.fi>
date Wed, 19 Feb 2003 22:26:12 +0200
parents e04c2b01ecb2
children 6b99a5b076a6
files src/lib-storage/index/maildir/maildir-list.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/maildir/maildir-list.c	Wed Feb 19 22:25:47 2003 +0200
+++ b/src/lib-storage/index/maildir/maildir-list.c	Wed Feb 19 22:26:12 2003 +0200
@@ -36,7 +36,7 @@
 {
 	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;