summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-09 07:53:52 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-09 07:53:52 +0000
commite013fad0f564c42becde221548f029d90007f64e (patch)
treef507ec850932a30d186570ae4e63dcf8b037e1f7
parent84e056b62c4ee6735865c943f181d336d8500e04 (diff)
downloadmailutils-e013fad0f564c42becde221548f029d90007f64e.tar.gz
mailutils-e013fad0f564c42becde221548f029d90007f64e.tar.bz2
(util_setenv): Special handling for decode-fallback variable
-rw-r--r--mail/util.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/util.c b/mail/util.c
index 6fb16388f..f90a067de 100644
--- a/mail/util.c
+++ b/mail/util.c
@@ -553,6 +553,11 @@ util_setenv (const char *variable, void *value, mail_env_data_t type,
fprintf (stderr, "\n");
}
}
+ else if (strcmp (variable, "decode-fallback") == 0)
+ {
+ if (mu_set_default_fallback (value))
+ mu_error (_("Incorrect value for decode-fallback"));
+ }
break;
case Mail_env_boolean:

Return to:

Send suggestions and report system problems to the System administrator.