Skip to content

Commit

Permalink
Set a default quota mail to each mail account
Browse files Browse the repository at this point in the history
* A new variable **mail_quota_default** to define globaly a default quota to each new mail account

cf #537
  • Loading branch information
camlafit committed Apr 27, 2023
1 parent 937339b commit 82a007f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bureau/admin/mail_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"mail_id" =>array ("request","integer",""),
"pass" => array ("post","string",""),
"passconf" => array("post","string",""),
"quotamb" => array("post","integer",0),
"quotamb" => array("post","integer",variable_get("mail_quota_default",0)),
"enabled" => array("post","boolean",true),
"islocal" => array("post","boolean",true),
"recipients" => array("post","string",""),
Expand Down

0 comments on commit 82a007f

Please sign in to comment.