SOURCES: dovecot-flags.patch (NEW) - fix \* in permanentflags

arekm arekm at pld-linux.org
Tue Jan 27 20:37:36 CET 2009


Author: arekm                        Date: Tue Jan 27 19:37:36 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix \* in permanentflags

---- Files affected:
SOURCES:
   dovecot-flags.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dovecot-flags.patch
diff -u /dev/null SOURCES/dovecot-flags.patch:1.1
--- /dev/null	Tue Jan 27 20:37:37 2009
+++ SOURCES/dovecot-flags.patch	Tue Jan 27 20:37:30 2009
@@ -0,0 +1,16 @@
+
+--- a/src/lib-storage/index/index-storage.c	Wed Jan 14 13:55:04 2009 -0500
++++ b/src/lib-storage/index/index-storage.c	Tue Jan 27 14:31:18 2009 -0500
+@@ -467,7 +467,7 @@ bool index_storage_allow_new_keywords(st
+ bool index_storage_allow_new_keywords(struct mailbox *box)
+ {
+ 	/* FIXME: return FALSE if we're full */
+-	return index_storage_is_readonly(box);
++	return !index_storage_is_readonly(box);
+ }
+ 
+ bool index_storage_is_inconsistent(struct mailbox *box)
+
+
+
+
================================================================


More information about the pld-cvs-commit mailing list