summaryrefslogtreecommitdiff
path: root/imap4d/imap4d.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/imap4d.c')
-rw-r--r--imap4d/imap4d.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c
index 0b36a0068..ebbdbcb3b 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -352,9 +352,14 @@ imap4d_session_setup0 ()
util_chdir (imap4d_homedir);
namespace_init_session (imap4d_homedir);
+
mu_diag_output (MU_DIAG_INFO,
_("user `%s' logged in (source: %s)"), auth_data->name,
auth_data->source);
+
+ if (auth_data->quota)
+ quota_setup ();
+
return 0;
}

Return to:

Send suggestions and report system problems to the System administrator.