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
a28ea9ec
...
a28ea9ec44512e7537953b21552ca877e781b222
authored
2000-01-24 05:24:49 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
from.c
updated.
1 parent
39b76908
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
from/from.c
from/from.c
View file @
a28ea9e
...
...
@@ -250,7 +250,7 @@ main(int argc, char *argv[])
}
header_gvalue
(
buffer
,
size
,
MU_HDR_FROM
,
from
,
sizeof
(
from
),
NULL
);
header_gvalue
(
buffer
,
size
,
MU_HDR_SUBJECT
,
subject
,
sizeof
(
subject
),
NULL
);
sizeof
(
subject
),
NULL
);
printf
(
"%s %s
\n
"
,
from
,
subject
);
}
...
...
Please
register
or
sign in
to post a comment