changeset 3020:d81d15553644 HEAD

Removed "mail.uid". It's not used and will not be used.
author Timo Sirainen <tss@iki.fi>
date Tue, 28 Dec 2004 17:42:14 +0200
parents eaf1778d41f5
children b987319c7ce3
files src/lib-storage/index/index-mail.c src/lib-storage/index/index-mail.h
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-mail.c	Tue Dec 28 16:47:19 2004 +0200
+++ b/src/lib-storage/index/index-mail.c	Tue Dec 28 17:42:14 2004 +0200
@@ -27,8 +27,7 @@
 	{ "imap.body", 0, MAIL_CACHE_FIELD_STRING, 0, 0 },
 	{ "imap.bodystructure", 0, MAIL_CACHE_FIELD_STRING, 0, 0 },
 	{ "imap.envelope", 0, MAIL_CACHE_FIELD_STRING, 0, 0 },
-	{ "mime.parts", 0, MAIL_CACHE_FIELD_VARIABLE_SIZE, 0, 0 },
-	{ "mail.uid", 0, MAIL_CACHE_FIELD_STRING, 0, 0 }
+	{ "mime.parts", 0, MAIL_CACHE_FIELD_VARIABLE_SIZE, 0, 0 }
 };
 
 static void index_mail_parse_body(struct index_mail *mail, int need_parts);
--- a/src/lib-storage/index/index-mail.h	Tue Dec 28 16:47:19 2004 +0200
+++ b/src/lib-storage/index/index-mail.h	Tue Dec 28 17:42:14 2004 +0200
@@ -18,7 +18,6 @@
 	MAIL_CACHE_BODYSTRUCTURE,
 	MAIL_CACHE_ENVELOPE,
 	MAIL_CACHE_MESSAGEPART,
-	MAIL_CACHE_UID_STRING,
 
 	MAIL_CACHE_FIELD_COUNT
 };