summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-09 07:55:30 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-09 07:55:30 +0000
commitab605367003039b497c653dac666ebd651f551b8 (patch)
treebee2d3ceb6a4e976a506c8da9acd40664a95ad07
parent366f4dd93b53bf414d6dcc8032446570939b75e0 (diff)
downloadmailutils-ab605367003039b497c653dac666ebd651f551b8.tar.gz
mailutils-ab605367003039b497c653dac666ebd651f551b8.tar.bz2
(mh_read_profile): Handle new profile variable "Decode-Fallback"
-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.