]> git.pld-linux.org Git - packages/dovecot.git/blob - dovecot-flags.patch
- rel 2. Fix \* in permanentflags
[packages/dovecot.git] / dovecot-flags.patch
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.022671 seconds and 3 git commands to generate.