[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-list.c,1.14,1.15

cras at procontrol.fi cras at procontrol.fi
Wed Feb 19 22:26:15 EET 2003


Update of /home/cvs/dovecot/src/lib-storage/index/maildir
In directory danu:/tmp/cvs-serv15546

Modified Files:
	maildir-list.c 
Log Message:
comment update



Index: maildir-list.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/maildir/maildir-list.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- maildir-list.c	19 Feb 2003 20:25:47 -0000	1.14
+++ maildir-list.c	19 Feb 2003 20:26:12 -0000	1.15
@@ -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;
 




More information about the dovecot-cvs mailing list