[dovecot-cvs] dovecot/src/lib-mail mail-types.h,1.2,1.3
cras at dovecot.org
cras at dovecot.org
Sun Dec 26 11:12:43 EET 2004
- Previous message: [dovecot-cvs] dovecot/src/lib-imap imap-util.c, 1.12,
1.13 imap-util.h, 1.10, 1.11
- Next message: [dovecot-cvs] dovecot/src/lib-index Makefile.am, 1.23,
1.24 mail-index-private.h, 1.44,
1.45 mail-index-sync-keywords.c, NONE,
1.1 mail-index-sync-private.h, 1.17,
1.18 mail-index-sync-update.c, 1.77, 1.78 mail-index-sync.c,
1.44, 1.45 mail-index-transaction-private.h, 1.18,
1.19 mail-index-transaction.c, 1.36,
1.37 mail-index-view-sync.c, 1.33, 1.34 mail-index-view.c,
1.31, 1.32 mail-index.c, 1.183, 1.184 mail-index.h, 1.139,
1.140 mail-transaction-log.c, 1.78,
1.79 mail-transaction-log.h, 1.21,
1.22 mail-transaction-util.c, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-mail
In directory talvi:/tmp/cvs-serv26125/lib-mail
Modified Files:
mail-types.h
Log Message:
Initial support for keywords. Syncing to mbox/maildir doesn't work yet.
Index: mail-types.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-mail/mail-types.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mail-types.h 2 May 2004 20:32:16 -0000 1.2
+++ mail-types.h 26 Dec 2004 09:12:41 -0000 1.3
@@ -12,13 +12,6 @@
MAIL_FLAGS_MASK = 0x3f
};
-struct mail_full_flags {
- enum mail_flags flags;
-
- const char **keywords;
- unsigned int keywords_count;
-};
-
enum modify_type {
MODIFY_ADD,
MODIFY_REMOVE,
- Previous message: [dovecot-cvs] dovecot/src/lib-imap imap-util.c, 1.12,
1.13 imap-util.h, 1.10, 1.11
- Next message: [dovecot-cvs] dovecot/src/lib-index Makefile.am, 1.23,
1.24 mail-index-private.h, 1.44,
1.45 mail-index-sync-keywords.c, NONE,
1.1 mail-index-sync-private.h, 1.17,
1.18 mail-index-sync-update.c, 1.77, 1.78 mail-index-sync.c,
1.44, 1.45 mail-index-transaction-private.h, 1.18,
1.19 mail-index-transaction.c, 1.36,
1.37 mail-index-view-sync.c, 1.33, 1.34 mail-index-view.c,
1.31, 1.32 mail-index.c, 1.183, 1.184 mail-index.h, 1.139,
1.140 mail-transaction-log.c, 1.78,
1.79 mail-transaction-log.h, 1.21,
1.22 mail-transaction-util.c, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list