changeset 881:fe91b60fdb7c HEAD

comment update
author Timo Sirainen <tss@iki.fi>
date Thu, 02 Jan 2003 11:19:49 +0200
parents d5168cca2052
children 38b3bc6ddcc4
files src/lib-storage/index/index-search.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-search.c	Thu Jan 02 11:06:33 2003 +0200
+++ b/src/lib-storage/index/index-search.c	Thu Jan 02 11:19:49 2003 +0200
@@ -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;