[dovecot-cvs] dovecot/src/imap namespace.h,1.5,1.5.2.1
tss at dovecot.org
tss at dovecot.org
Fri Dec 15 21:02:41 UTC 2006
- Previous message: [dovecot-cvs] dovecot/src/pop3-login client-authenticate.c, 1.54, 1.55 client.c, 1.62, 1.63 client.h, 1.18, 1.19 pop3-proxy.c, 1.15, 1.16
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.115.2.14, 1.115.2.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv6988
Modified Files:
Tag: branch_1_0
namespace.h
Log Message:
Minor cleanup
Index: namespace.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/namespace.h,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- namespace.h 14 Jan 2006 17:10:02 -0000 1.5
+++ namespace.h 15 Dec 2006 21:02:37 -0000 1.5.2.1
@@ -13,10 +13,10 @@
enum namespace_type type;
char sep, real_sep, sep_str[3];
- char *prefix;
+ const char *prefix;
size_t prefix_len;
- int inbox, hidden, subscriptions;
+ bool inbox, hidden, subscriptions;
struct mail_storage *storage;
};
- Previous message: [dovecot-cvs] dovecot/src/pop3-login client-authenticate.c, 1.54, 1.55 client.c, 1.62, 1.63 client.h, 1.18, 1.19 pop3-proxy.c, 1.15, 1.16
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.115.2.14, 1.115.2.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list