summaryrefslogtreecommitdiff
path: root/guimb
diff options
context:
space:
mode:
Diffstat (limited to 'guimb')
-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.