Actually set quota if it is available
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -467,6 +467,8 @@ decode_tuple_new (mu_sql_connection_t conn, int n, | ... | @@ -467,6 +467,8 @@ decode_tuple_new (mu_sql_connection_t conn, int n, |
467 | shell, | 467 | shell, |
468 | mailbox_name, | 468 | mailbox_name, |
469 | 1); | 469 | 1); |
470 | if (rc == 0) | ||
471 | mu_auth_data_set_quota (*return_data, quota); | ||
470 | 472 | ||
471 | free (mailbox_name); | 473 | free (mailbox_name); |
472 | return rc; | 474 | return rc; | ... | ... |
-
Please register or sign in to post a comment