From dc0b9c9b6c3a6d0e6130f06b818500c034bf9134 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 4 Mar 2002 18:16:30 +0000 Subject: Set X-Mailer to say "Ximian Evolution", not just "Evolution". * mail-ops.c (mail_send_message): Set X-Mailer to say "Ximian Evolution", not just "Evolution". svn path=/trunk/; revision=15901 --- mail/ChangeLog | 7 +++++++ mail/mail-ops.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 085fd9c29a..b52aa923fe 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2002-03-04 Ettore Perazzoli + + [Fix #19303.] + + * mail-ops.c (mail_send_message): Set X-Mailer to say "Ximian + Evolution", not just "Evolution". + 2002-03-01 Jeffrey Stedfast * mail-callbacks.c (forward_message): Forward all selected diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 73d369f31f..f53f78c4cb 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -455,7 +455,7 @@ mail_send_message (CamelMimeMessage *message, const char *destination, int i; camel_medium_set_header (CAMEL_MEDIUM (message), "X-Mailer", - "Evolution/" VERSION SUB_VERSION " " VERSION_COMMENT); + "Ximian Evolution " VERSION SUB_VERSION " " VERSION_COMMENT); camel_mime_message_set_date (message, CAMEL_MESSAGE_DATE_CURRENT, 0); -- cgit v1.2.3