[dovecot-cvs] dovecot/src/lib-storage/index index-copy.c,1.16,1.17

cras at procontrol.fi cras at procontrol.fi
Thu Oct 24 04:15:41 EEST 2002


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

Modified Files:
	index-copy.c 
Log Message:
Fixes to timezone handling which were handling quite badly. added
ioloop_timezone which gets updated with ioloop_time. Changed some GMT
references to UTC. Timezone offsets are in minutes now everywhere instead of
seconds. Fixes for unsigned time_t.



Index: index-copy.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-copy.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- index-copy.c	20 Oct 2002 00:17:21 -0000	1.16
+++ index-copy.c	24 Oct 2002 00:15:39 -0000	1.17
@@ -27,7 +27,7 @@
 
 	/* save it in destination mailbox */
 	failed = !ctx->dest->save(ctx->dest, rec->msg_flags,
-				  ctx->custom_flags, rec->internal_date,
+				  ctx->custom_flags, rec->internal_date, 0,
 				  inbuf, inbuf->v_size);
 
 	i_buffer_unref(inbuf);




More information about the dovecot-cvs mailing list