Displaying 2 results from an estimated 2 matches for "maildir_list_init".
2006 Apr 21
1
maildir quota not including INBOX
...pear to be including the INBOX in the quota calculation that is reported by GETQUOTAROOT.
I took a look at the code and it appears that in this file "src/plugins/quota/quota-maildir.c", the function "maildirsize_recalculate" relies on all of the folders being listed when "maildir_list_init" is called. However the INBOX is not included in that listing, so its current storage size is not included.
I couldn't figure out what patch would be needed to fix this, but I'm sure it is something simple. Any ideas?
Bill
2006 Jun 27
2
maildir quota not including INBOX
...e INBOX in the quota
> calculation that is reported by GETQUOTAROOT.
>
>I took a look at the code and it appears that in this file
> "src/plugins/quota/quota-maildir.c", the function "maildirsize_recalculate" relies
> on all of the folders being listed when "maildir_list_init" is called. However the
> INBOX is not included in that listing, so its current storage size is not
> included.
>
>I couldn't figure out what patch would be needed to fix this, but I'm sure it is
> something simple. Any ideas?
>
> Does this still happen? It shou...