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
f21a393e
...
f21a393e68cab5287b95551d32b66d765bbf3799
authored
2001-07-01 04:59:38 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed util_do_command("next"): delete does this anyway.
1 parent
a253e62a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
mail/dp.c
mail/dp.c
View file @
f21a393
...
...
@@ -29,7 +29,6 @@ mail_dp (int argc, char **argv)
util_msglist_command
(
mail_delete
,
argc
,
argv
,
0
);
else
util_do_command
(
"delete"
);
util_do_command
(
"next"
);
util_do_command
(
"print"
);
return
0
;
}
...
...
Please
register
or
sign in
to post a comment