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
33bc00ac
...
33bc00aca657a53a633eea2f069b153ed12e1aa4
authored
2006-09-27 16:11:24 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct mail_env_entry): New member v.bool
1 parent
92707ffc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mail/mail.h
mail/mail.h
View file @
33bc00a
...
...
@@ -154,6 +154,7 @@ struct mail_env_entry
{
char
*
string
;
int
number
;
int
bool
;
}
value
;
};
...
...
Please
register
or
sign in
to post a comment