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
7b5f1106
...
7b5f1106b09745d457f5178dc1e6c7a360fc186d
authored
2003-01-16 13:44:40 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Initialize rcpt_mask with RCPT_DEFAULT.
1 parent
6d1fc77c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/mh_global.c
mh/mh_global.c
View file @
7b5f110
...
...
@@ -24,7 +24,7 @@ size_t current_message = 0;
mh_context_t
*
context
;
mh_context_t
*
profile
;
mh_context_t
*
sequences
;
int
rcpt_mask
=
RCPT_
ALL
;
int
rcpt_mask
=
RCPT_
DEFAULT
;
/* Global profile */
...
...
Please
register
or
sign in
to post a comment