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
ab605367
...
ab605367003039b497c653dac666ebd651f551b8
authored
2004-06-09 07:55:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_read_profile): Handle new profile variable "Decode-Fallback"
1 parent
366f4dd9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
mh/mh_global.c
mh/mh_global.c
View file @
ab60536
...
...
@@ -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 */
...
...
Please
register
or
sign in
to post a comment