]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- fix \* in permanentflags
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 27 Jan 2009 19:37:30 +0000 (19:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dovecot-flags.patch -> 1.1

dovecot-flags.patch [new file with mode: 0644]

diff --git a/dovecot-flags.patch b/dovecot-flags.patch
new file mode 100644 (file)
index 0000000..665f8cb
--- /dev/null
@@ -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)
+
+
+
+
This page took 0.144448 seconds and 4 git commands to generate.