dovecot-1.1: dbox: Forgot to add pop3.uidl cache variables in pr...

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 2 21:00:53 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/60733457ea20
changeset: 7596:60733457ea20
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jun 02 21:00:49 2008 +0300
description:
dbox: Forgot to add pop3.uidl cache variables in previous commit.

diffstat:

2 files changed, 2 insertions(+)
src/lib-storage/index/index-mail.c |    1 +
src/lib-storage/index/index-mail.h |    1 +

diffs (22 lines):

diff -r cb55e435b79e -r 60733457ea20 src/lib-storage/index/index-mail.c
--- 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 @@ struct mail_cache_field global_cache_fie
 	{ "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 }
 };
 
diff -r cb55e435b79e -r 60733457ea20 src/lib-storage/index/index-mail.h
--- 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 @@ enum index_cache_field {
 	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


More information about the dovecot-cvs mailing list