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
f642d023
...
f642d023add0320c048a085d5e0c632d3c60090e
authored
2001-06-26 14:02:46 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Initial implementation.
1 parent
6b79f92f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
mail/touch.c
mail/touch.c
View file @
f642d02
...
...
@@ -24,7 +24,5 @@
int
mail_touch
(
int
argc
,
char
**
argv
)
{
fprintf
(
ofile
,
"Function not implemented in %s line %d
\n
"
,
__FILE__
,
__LINE__
);
return
1
;
return
mail_mbox
(
argc
,
argv
);
}
...
...
Please
register
or
sign in
to post a comment