aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-03-05 02:16:30 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-03-05 02:16:30 +0800
commitdc0b9c9b6c3a6d0e6130f06b818500c034bf9134 (patch)
tree4293f57d4df97e57316160723d908faf992acd34
parent5623768424948188144c1dd3fd5e2bc4d47fe888 (diff)
downloadgsoc2013-evolution-dc0b9c9b6c3a6d0e6130f06b818500c034bf9134.tar
gsoc2013-evolution-dc0b9c9b6c3a6d0e6130f06b818500c034bf9134.tar.gz
gsoc2013-evolution-dc0b9c9b6c3a6d0e6130f06b818500c034bf9134.tar.bz2
gsoc2013-evolution-dc0b9c9b6c3a6d0e6130f06b818500c034bf9134.tar.lz
gsoc2013-evolution-dc0b9c9b6c3a6d0e6130f06b818500c034bf9134.tar.xz
gsoc2013-evolution-dc0b9c9b6c3a6d0e6130f06b818500c034bf9134.tar.zst
gsoc2013-evolution-dc0b9c9b6c3a6d0e6130f06b818500c034bf9134.zip
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
-rw-r--r--mail/ChangeLog7
-rw-r--r--mail/mail-ops.c2
2 files changed, 8 insertions, 1 deletions
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 <ettore@ximian.com>
+
+ [Fix #19303.]
+
+ * mail-ops.c (mail_send_message): Set X-Mailer to say "Ximian
+ Evolution", not just "Evolution".
+
2002-03-01 Jeffrey Stedfast <fejj@ximian.com>
* 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);