summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mh/mh_global.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mh/mh_global.c b/mh/mh_global.c
index 4a96f5e79..d1775fef9 100644
--- a/mh/mh_global.c
+++ b/mh/mh_global.c
@@ -71,6 +71,9 @@ mh_read_profile ()
mh_context_read (profile);
mh_set_reply_regex (mh_global_profile_get ("Reply-Regex", NULL));
+ p = mh_global_profile_get ("Decode-Fallback", NULL);
+ if (p && mu_set_default_fallback (p))
+ mu_error (_("Incorrect value for decode-fallback"));
}
/* Global context */

Return to:

Send suggestions and report system problems to the System administrator.