diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-05 02:16:30 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-05 02:16:30 +0800 |
commit | dc0b9c9b6c3a6d0e6130f06b818500c034bf9134 (patch) | |
tree | 4293f57d4df97e57316160723d908faf992acd34 /mail | |
parent | 5623768424948188144c1dd3fd5e2bc4d47fe888 (diff) | |
download | gsoc2013-evolution-dc0b9c9b6c3a6d0e6130f06b818500c034bf9134.tar.gz 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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/mail-ops.c | 2 |
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); |