summaryrefslogtreecommitdiffstats
path: root/sendlib.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-17 15:47:57 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-17 15:47:57 +0000
commit83590c2a35ab366a1c81641525c8884f390497d9 (patch)
treeb5600232061c756cd16d60da77f2ee4a0e615f67 /sendlib.c
parent2f7d12ab596fd175aab76e27dd71a65d94a42e18 (diff)
User-Agent, not X-Mailer.
Diffstat (limited to 'sendlib.c')
-rw-r--r--sendlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendlib.c b/sendlib.c
index 9002abc7..f9602b85 100644
--- a/sendlib.c
+++ b/sendlib.c
@@ -1339,7 +1339,7 @@ int mutt_write_rfc822_header (FILE *fp, ENVELOPE *env, BODY *attach,
if (mode == 0 && !privacy && option (OPTXMAILER))
{
/* Add a vanity header */
- fprintf (fp, "X-Mailer: Mutt %s\n", MUTT_VERSION);
+ fprintf (fp, "User-Agent: Mutt/%s\n", MUTT_VERSION);
}
/* Add any user defined headers */