diff src/lib-storage/index/mbox/mbox-sync-rewrite.c @ 2974:8ef9f3d640e0 HEAD

Removed X-UIDL header handling. It's not actually used.
author Timo Sirainen <tss@iki.fi>
date Wed, 15 Dec 2004 21:24:11 +0200
parents d5ee1bbd15f0
children b85a96766a15
line wrap: on
line diff
--- a/src/lib-storage/index/mbox/mbox-sync-rewrite.c	Wed Dec 15 20:48:06 2004 +0200
+++ b/src/lib-storage/index/mbox/mbox-sync-rewrite.c	Wed Dec 15 21:24:11 2004 +0200
@@ -302,8 +302,6 @@
 	mail_ctx.sync_ctx = sync_ctx;
 	mail_ctx.seq = seq;
 	mail_ctx.header = sync_ctx->header;
-	mail_ctx.uidl = sync_ctx->uidl;
-	str_truncate(mail_ctx.uidl, 0);
 
 	hdr_offset = istream_raw_mbox_get_header_offset(sync_ctx->input);
 	mail_ctx.mail.offset = hdr_offset;