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
6d0f0638
...
6d0f0638644cfaf0f22b417b0efe6ff6c99b1cc6
authored
2003-03-25 22:12:09 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_option): Bugfix
1 parent
e6bcf51c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/whom.c
mh/whom.c
View file @
6d0f063
...
...
@@ -51,7 +51,7 @@ struct mh_option mh_option[] = {
{
"draftfolder"
,
6
,
0
,
"folder"
},
{
"draftmessage"
,
6
,
0
,
"message"
},
{
"nodraftfolder"
,
3
,
0
,
NULL
},
{
"check"
,
1
,
0
,
MH_OPT_BOOL
,
NULL
},
{
"check"
,
1
,
MH_OPT_BOOL
,
NULL
},
{
NULL
}
};
...
...
Please
register
or
sign in
to post a comment