summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-02-27 11:54:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-02-27 11:54:47 +0000
commit84de61a48d89a05c13e7f5e6056246d08de8112b (patch)
treedc3317698c37a21eae2e679ca1fda5303d612aa1 /comsat/comsat.c
parent425d200a1eee0b7b279711de92c4dd061efd6033 (diff)
downloadmailutils-84de61a48d89a05c13e7f5e6056246d08de8112b.tar.gz
mailutils-84de61a48d89a05c13e7f5e6056246d08de8112b.tar.bz2
Use mu_path_maildir instead of maildir.
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.