changeset 7596:60733457ea20 HEAD

dbox: Forgot to add pop3.uidl cache variables in previous commit.
author Timo Sirainen <tss@iki.fi>
date Mon, 02 Jun 2008 21:00:49 +0300
parents cb55e435b79e
children f27e6f583817
files src/lib-storage/index/index-mail.c src/lib-storage/index/index-mail.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-mail.c	Mon Jun 02 20:23:28 2008 +0300
+++ b/src/lib-storage/index/index-mail.c	Mon Jun 02 21:00:49 2008 +0300
@@ -31,6 +31,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 },
+	{ "pop3.uidl", 0, MAIL_CACHE_FIELD_STRING, 0, 0 },
 	{ "mime.parts", 0, MAIL_CACHE_FIELD_VARIABLE_SIZE, 0, 0 }
 };
 
--- a/src/lib-storage/index/index-mail.h	Mon Jun 02 20:23:28 2008 +0300
+++ b/src/lib-storage/index/index-mail.h	Mon Jun 02 21:00:49 2008 +0300
@@ -18,6 +18,7 @@
 	MAIL_CACHE_IMAP_BODY,
 	MAIL_CACHE_IMAP_BODYSTRUCTURE,
 	MAIL_CACHE_IMAP_ENVELOPE,
+	MAIL_CACHE_POP3_UIDL,
 	MAIL_CACHE_MESSAGE_PARTS,
 
 	MAIL_INDEX_CACHE_FIELD_COUNT