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
7cd17edd
...
7cd17eddb7b67456ab83f3cc8eecbf6d19fe4fe6
authored
2005-03-12 19:23:52 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(header): Removed unused global
1 parent
4d64d522
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
examples/mta.c
examples/mta.c
View file @
7cd17ed
...
...
@@ -71,7 +71,6 @@ char *from_person = NULL; /* Set the name of the `from' person */
int
read_recipients
=
0
;
/* Read the message for recipients */
int
dot
=
1
;
/* Message is terminated by a lone dot on a line */
header_t
header
;
address_t
recipients
=
NULL
;
char
*
progname
;
...
...
@@ -157,13 +156,6 @@ main (int argc, char **argv)
domain
=
getenv
(
"MTA_DOMAIN"
);
mu_set_user_email_domain
(
domain
?
domain
:
"localhost"
);
if
((
status
=
header_create
(
&
header
,
NULL
,
0
,
NULL
))
!=
0
)
{
mu_error
(
"%s: can't create header: %s"
,
progname
,
mu_strerror
(
status
));
return
1
;
}
argc
-=
optind
;
argv
+=
optind
;
if
(
smtp_mode
)
...
...
Please
register
or
sign in
to post a comment