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
65e037ff
...
65e037ff87100fbeca8cc07c8c211c53b686b4f7
authored
2003-03-17 15:14:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(MHL_DISABLE_BODY): New flag.
1 parent
fb3c47ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
mh/mh.h
mh/mh.h
View file @
65e037f
...
...
@@ -307,9 +307,10 @@ int mh_whom __P((char *filename, int check));
void
mh_annotate
__P
((
message_t
msg
,
char
*
field
,
char
*
text
,
int
date
));
#define MHL_DECODE 1
#define MHL_CLEARSCREEN 2
#define MHL_BELL 4
#define MHL_DECODE 1
#define MHL_CLEARSCREEN 2
#define MHL_BELL 4
#define MHL_DISABLE_BODY 8
list_t
mhl_format_compile
__P
((
char
*
name
));
int
mhl_format_run
__P
((
list_t
fmt
,
int
width
,
int
length
,
int
flags
,
...
...
Please
register
or
sign in
to post a comment