summaryrefslogtreecommitdiff
path: root/guimb/collect.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 /guimb/collect.c
parent425d200a1eee0b7b279711de92c4dd061efd6033 (diff)
downloadmailutils-84de61a48d89a05c13e7f5e6056246d08de8112b.tar.gz
mailutils-84de61a48d89a05c13e7f5e6056246d08de8112b.tar.bz2
Use mu_path_maildir instead of maildir.
Diffstat (limited to 'guimb/collect.c')
-rw-r--r--guimb/collect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guimb/collect.c b/guimb/collect.c
index 0988d15b0..640bf3262 100644
--- a/guimb/collect.c
+++ b/guimb/collect.c
@@ -28,7 +28,7 @@ collect_open_default ()
if (!default_mailbox)
{
- asprintf (&default_mailbox, "%s%s", maildir, user_name);
+ asprintf (&default_mailbox, "%s%s", mu_path_maildir, user_name);
if (!default_mailbox)
{
util_error ("not enough memory");

Return to:

Send suggestions and report system problems to the System administrator.