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
8c775f6a
...
8c775f6a8fa29d5dd5a2a85c99ab8f0bcb4dde4c
authored
2003-02-10 01:04:55 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Implemented push command.
1 parent
c86adbc8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
mh/mh_whatnow.c
mh/mh_whatnow.c
View file @
8c775f6
...
...
@@ -329,6 +329,8 @@ list (struct mh_whatnow_env *wh, int argc, char **argv, int *status)
static
int
push
(
struct
mh_whatnow_env
*
wh
,
int
argc
,
char
**
argv
,
int
*
status
)
{
int
rc
;
invoke
(
"sendproc"
,
"send"
,
argc
,
argv
,
"-push"
,
wh
->
file
,
&
rc
);
return
0
;
}
...
...
@@ -365,6 +367,8 @@ refile (struct mh_whatnow_env *wh, int argc, char **argv, int *status)
static
int
send
(
struct
mh_whatnow_env
*
wh
,
int
argc
,
char
**
argv
,
int
*
status
)
{
int
rc
;
invoke
(
"sendproc"
,
"send"
,
argc
,
argv
,
wh
->
file
,
NULL
,
&
rc
);
return
0
;
}
...
...
Please
register
or
sign in
to post a comment