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
64c2eb81
...
64c2eb81307ef68b666795a3c140b3cfe485b4a2
authored
2006-01-24 13:22:05 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_send0): Use MU_HEADER_X_MAILER
1 parent
6a52dfc0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
mail/send.c
mail/send.c
View file @
64c2eb8
...
...
@@ -482,7 +482,8 @@ mail_send0 (compose_env_t * env, int save_to)
/* Prepare the header */
if
(
util_getenv
(
NULL
,
"xmailer"
,
Mail_env_boolean
,
0
)
==
0
)
mu_header_set_value
(
env
->
header
,
"X-Mailer"
,
argp_program_version
,
1
);
mu_header_set_value
(
env
->
header
,
MU_HEADER_X_MAILER
,
argp_program_version
,
1
);
if
(
util_header_expand
(
&
env
->
header
)
==
0
)
{
...
...
Please
register
or
sign in
to post a comment