Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e013fad0
...
e013fad0f564c42becde221548f029d90007f64e
authored
2004-06-09 07:53:52 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(util_setenv): Special handling for decode-fallback variable
1 parent
84e056b6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
mail/util.c
mail/util.c
View file @
e013fad
...
...
@@ -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
:
...
...
Please
register
or
sign in
to post a comment