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
66b23b6f
...
66b23b6fbbee1c5c39aa722d57b4844239746621
authored
2003-08-22 14:04:32 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(main): Bugfix.
1 parent
b878341a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/whom.c
mh/whom.c
View file @
66b23b6
...
...
@@ -119,7 +119,7 @@ main (int argc, char **argv)
argc
-=
index
;
argv
+=
index
;
if
(
!
use_draft
&&
argc
>
1
)
if
(
!
use_draft
&&
argc
>
0
)
name
=
argv
[
0
];
if
(
!
draft_folder
)
...
...
Please
register
or
sign in
to post a comment