[dovecot-cvs] dovecot/src/lib-storage/index index-search.c,1.53,1.54

cras at procontrol.fi cras at procontrol.fi
Thu Jan 2 11:19:53 EET 2003


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

Modified Files:
	index-search.c 
Log Message:
comment update



Index: index-search.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-search.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- index-search.c	2 Jan 2003 09:06:33 -0000	1.53
+++ index-search.c	2 Jan 2003 09:19:49 -0000	1.54
@@ -290,8 +290,8 @@
 	if (!imap_parse_date(search_value, &search_time))
 		return 0;
 
-	/* NOTE: RFC2060 doesn't specify if timezones should affect
-	   matching, so we ignore them. */
+	/* NOTE: Latest IMAP4rev1 draft specifies that timezone is ignored
+	   in searches. */
 	if (!rfc822_parse_date(sent_value, &sent_time, &timezone_offset))
 		return 0;
 




More information about the dovecot-cvs mailing list