[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.67,
1.68 index-mail.h, 1.25, 1.26
cras at dovecot.org
cras at dovecot.org
Tue Dec 28 17:42:17 EET 2004
Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv15381
Modified Files:
index-mail.c index-mail.h
Log Message:
Removed "mail.uid". It's not used and will not be used.
Index: index-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- index-mail.c 26 Dec 2004 09:12:41 -0000 1.67
+++ index-mail.c 28 Dec 2004 15:42:14 -0000 1.68
@@ -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);
Index: index-mail.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- index-mail.h 26 Dec 2004 09:12:41 -0000 1.25
+++ index-mail.h 28 Dec 2004 15:42:14 -0000 1.26
@@ -18,7 +18,6 @@
MAIL_CACHE_BODYSTRUCTURE,
MAIL_CACHE_ENVELOPE,
MAIL_CACHE_MESSAGEPART,
- MAIL_CACHE_UID_STRING,
MAIL_CACHE_FIELD_COUNT
};
More information about the dovecot-cvs
mailing list