summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mh/mh_global.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mh/mh_global.c b/mh/mh_global.c
index 4cf567d7d..7b5c05478 100644
--- a/mh/mh_global.c
+++ b/mh/mh_global.c
@@ -73,6 +73,8 @@ mh_read_profile ()
profile = mh_context_create (p, 1);
mh_context_read (profile);
+ mu_set_folder_directory (mh_get_dir ());
+
mh_set_reply_regex (mh_global_profile_get ("Reply-Regex", NULL));
fallback = mh_global_profile_get ("Decode-Fallback", NULL);
if (fallback && mu_set_default_fallback (fallback))
@@ -88,7 +90,6 @@ _mh_init_global_context ()
if (context)
return;
- mu_set_folder_directory (mh_get_dir ());
p = getenv ("CONTEXT");
if (!p)
p = MH_CONTEXT_FILE;

Return to:

Send suggestions and report system problems to the System administrator.