[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


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;
 };
 



More information about the dovecot-cvs mailing list