[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c,1.53,1.54
cras at dovecot.org
cras at dovecot.org
Sat Sep 4 14:29:08 EEST 2004
- Previous message: [dovecot-cvs] dovecot/src/imap imap-fetch-body.c,1.7,1.8
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.54,
1.55 index-mail.h, 1.23, 1.24 index-storage.c, 1.63,
1.64 index-storage.h, 1.76, 1.77
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv29094/index
Modified Files:
index-mail.c
Log Message:
Use uint32_t for getting mail_cache_flags.
Index: index-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- index-mail.c 4 Sep 2004 10:27:30 -0000 1.53
+++ index-mail.c 4 Sep 2004 11:29:06 -0000 1.54
@@ -627,7 +627,7 @@
{
struct index_mail_data *data = &mail->data;
const struct mail_index_record *rec;
- enum mail_cache_record_flag cache_flags;
+ uint32_t cache_flags;
if (mail_index_lookup(mail->trans->trans_view, seq, &rec) < 0) {
mail_storage_set_index_error(mail->ibox);
- Previous message: [dovecot-cvs] dovecot/src/imap imap-fetch-body.c,1.7,1.8
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.54,
1.55 index-mail.h, 1.23, 1.24 index-storage.c, 1.63,
1.64 index-storage.h, 1.76, 1.77
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list