Patches item #1923030, was opened at 2008-03-22 15:39
Message generated for change (Settings changed) made by christian_boltz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1923030&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: Core
Group: SVN (please specify revision!)
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Michiel van Baak (mvanbaak)
Assigned to: Nobody/Anonymous (nobody)
Summary: quota and scripthook for edit-mailbox.php
Initial Comment:
This patch is against revision 313 of trunk.
The mailbox_postcreation hook does not send the quota to the script. We need this in order to run 'maildirmake -q'
Also, when you alter a mailbox you need to run a script to alter the quota as well. I found no hook for it so implemented it.
----------------------------------------------------------------------
>Comment By: Christian Boltz (christian_boltz)
Date: 2008-05-25 23:21
Message:
Logged In: YES
user_id=593261
Originator: NO
Thanks for the patch - commited to SVN r373.
I did some small changes:
- made $quota an required parameter in the mailbox_postedit and
mailbox_postcreation functions
- the scripts always get the quota as 4th parameter. In case $quota is <=
0, it is set to 0.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1923030&group_id=191583
|