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
6d1fc77c
...
6d1fc77ce217d0d6e6fa22f951d17c717c9d0361
authored
2003-01-16 13:44:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(RCPT_DEFAULT): Default value for rcpt_mask
1 parent
be9a6e04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mh/mh.h
mh/mh.h
View file @
6d1fc77
...
...
@@ -185,6 +185,8 @@ typedef void (*mh_iterator_fp) __P((mailbox_t mbox, message_t msg,
#define RCPT_ME 0x0004
#define RCPT_ALL (RCPT_TO|RCPT_CC|RCPT_ME)
#define RCPT_DEFAULT RCPT_NONE
struct
mh_whatnow_env
{
/* An environment for whatnow shell */
char
*
file
;
/* The file being processed */
char
*
msg
;
/* The original message (if any) */
...
...
Please
register
or
sign in
to post a comment