]> git.pld-linux.org Git - packages/dovecot.git/blame - dovecot-flags.patch
- up to 1.1.11
[packages/dovecot.git] / dovecot-flags.patch
CommitLineData
945f2345
AM
1
2--- a/src/lib-storage/index/index-storage.c Wed Jan 14 13:55:04 2009 -0500
3+++ b/src/lib-storage/index/index-storage.c Tue Jan 27 14:31:18 2009 -0500
4@@ -467,7 +467,7 @@ bool index_storage_allow_new_keywords(st
5 bool index_storage_allow_new_keywords(struct mailbox *box)
6 {
7 /* FIXME: return FALSE if we're full */
8- return index_storage_is_readonly(box);
9+ return !index_storage_is_readonly(box);
10 }
11
12 bool index_storage_is_inconsistent(struct mailbox *box)
13
14
15
16
This page took 0.061059 seconds and 4 git commands to generate.