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
37ad731c
...
37ad731c590ad2aab219d17c0e6d1323e6a5c89c
authored
2003-01-13 15:08:45 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(rcpt_mask): New global. Keeps cumulative value of all --cc/--nocc command line options.
1 parent
48cdb820
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mh/mh_global.c
mh/mh_global.c
View file @
37ad731
...
...
@@ -24,6 +24,7 @@ size_t current_message = 0;
mh_context_t
*
context
;
mh_context_t
*
profile
;
mh_context_t
*
sequences
;
int
rcpt_mask
=
RCPT_ALL
;
/* Global profile */
...
...
Please
register
or
sign in
to post a comment