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
4accbe8f
...
4accbe8f0cbe4f83aef5bd1995dae7afe2fe07f4
authored
2003-01-16 16:17:26 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct mh_whatnow_env): Added draftfile member.
1 parent
1c91e4b7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
mh/mh.h
mh/mh.h
View file @
4accbe8
...
...
@@ -190,12 +190,17 @@ typedef void (*mh_iterator_fp) __P((mailbox_t mbox, message_t msg,
struct
mh_whatnow_env
{
/* An environment for whatnow shell */
char
*
file
;
/* The file being processed */
char
*
msg
;
/* The original message (if any) */
char
*
draftfile
;
/* File to preserve the draft into */
char
*
draftfolder
;
char
*
draftmessage
;
char
*
editor
;
char
*
prompt
;
};
#define DISP_QUIT 0
#define DISP_USE 1
#define DISP_REPLACE 2
extern
char
*
current_folder
;
extern
size_t
current_message
;
extern
char
mh_list_format
[];
...
...
@@ -268,3 +273,4 @@ void *xrealloc __P((void *, size_t));
int
mh_spawnp
__P
((
const
char
*
prog
,
const
char
*
file
));
int
mh_whatnow
__P
((
struct
mh_whatnow_env
*
wh
,
int
initial_edit
));
int
mh_disposition
__P
((
const
char
*
filename
));
...
...
Please
register
or
sign in
to post a comment