dovecot: Moved keyword_indexes array type to lib-mail.

dovecot at dovecot.org dovecot at dovecot.org
Sun Dec 9 19:59:06 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/45e07aee9aa2
changeset: 6984:45e07aee9aa2
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Dec 09 19:56:45 2007 +0200
description:
Moved keyword_indexes array type to lib-mail.

diffstat:

2 files changed, 1 insertion(+), 2 deletions(-)
src/lib-index/mail-index.h |    2 --
src/lib-mail/mail-types.h  |    1 +

diffs (22 lines):

diff -r 9a074ef38b02 -r 45e07aee9aa2 src/lib-index/mail-index.h
--- a/src/lib-index/mail-index.h	Sun Dec 09 19:55:40 2007 +0200
+++ b/src/lib-index/mail-index.h	Sun Dec 09 19:56:45 2007 +0200
@@ -160,8 +160,6 @@ struct mail_index_view_sync_rec {
 	   MAIL_INDEX_SYNC_TYPE_KEYWORD_ADD */
 	enum mail_index_sync_type type;
 };
-
-ARRAY_DEFINE_TYPE(keyword_indexes, unsigned int);
 
 struct mail_index;
 struct mail_index_map;
diff -r 9a074ef38b02 -r 45e07aee9aa2 src/lib-mail/mail-types.h
--- a/src/lib-mail/mail-types.h	Sun Dec 09 19:55:40 2007 +0200
+++ b/src/lib-mail/mail-types.h	Sun Dec 09 19:56:45 2007 +0200
@@ -20,5 +20,6 @@ enum modify_type {
 };
 
 ARRAY_DEFINE_TYPE(keywords, const char *);
+ARRAY_DEFINE_TYPE(keyword_indexes, unsigned int);
 
 #endif


More information about the dovecot-cvs mailing list