Bugs item #2927127, was opened at 2010-01-06 20:47
Message generated for change (Settings changed) made by christian_boltz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2927127&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Database
Group: v 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Michael Zenke (mize)
Assigned to: Nobody/Anonymous (nobody)
Summary: Entreis in quota-Table not deleted when Mailbox is deleted
Initial Comment:
If you delete a mailbox it is correctly removed from the mailbox-table. Bu in the quota and quota2 tables the entries remain which may result in incorrect quota-calculation by, in my case dovecot, if you re-add the mailbox. I attach a patch which adds the required lines to delete.php.
----------------------------------------------------------------------
Comment By: Christian Boltz (christian_boltz)
Date: 2010-05-18 23:14
Message:
Commited to SVN r830 with a small change: AFAIK the quota table may have
two rows per mailbox (one for bytes, one for message count). Therefore I
changed the if condition to check for >= 1 rows instead of exactly one
row.
I'll also merge this into the 2.3 branch - 2.3.1 will include this fix.
Thanks for reporting and the patch!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2927127&group_id=191583
|