summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
Diffstat (limited to 'comsat/comsat.c')
-rw-r--r--comsat/comsat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index e6cdcc5e7..97f194519 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -585,9 +585,9 @@ mailbox_path (const char *user)
if (!mu_virtual_domain)
{
- mailbox_name = calloc (strlen (maildir) + 1
- + strlen (pw->pw_name) + 1, 1);
- sprintf (mailbox_name, "%s%s", maildir, pw->pw_name);
+ mailbox_name = calloc (strlen (mu_path_maildir) + 1 +
+ strlen (pw->pw_name) + 1, 1);
+ sprintf (mailbox_name, "%s%s", mu_path_maildir, pw->pw_name);
}
else
{

Return to:

Send suggestions and report system problems to the System administrator.