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
ae7ab6f5
...
ae7ab6f5a0181b22f898625ca2e7d58a87719b0d
authored
2003-09-20 15:37:36 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_read_profile): Read Reply-Regex
1 parent
c2e27396
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
mh/mh_global.c
mh/mh_global.c
View file @
ae7ab6f
...
...
@@ -66,9 +66,11 @@ mh_read_profile ()
if
(
mh_auto_install
&&
access
(
p
,
R_OK
))
mh_install
(
p
,
1
);
profile
=
mh_context_create
(
p
,
1
);
mh_context_read
(
profile
);
mh_set_reply_regex
(
mh_global_profile_get
(
"Reply-Regex"
,
NULL
));
}
/* Global context */
...
...
Please
register
or
sign in
to post a comment