From d062626de1cce13f86ac613b280e65416fd44abf Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 10 May 2004 13:07:58 +0000 Subject: set header to just Evolution (mail_append_mail): ditto 2004-05-10 JP Rosevear * mail-ops.c (mail_send_message): set header to just Evolution (mail_append_mail): ditto * em-message-browser.c (em_message_browser_window_new): set title to just Evolution svn path=/trunk/; revision=25836 --- mail/mail-ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/mail-ops.c') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index cf0b74e6f1..2b77601f6f 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -447,7 +447,7 @@ mail_send_message (CamelMimeMessage *message, const char *destination, int i; camel_medium_set_header (CAMEL_MEDIUM (message), "X-Mailer", - "Ximian Evolution " VERSION SUB_VERSION " " VERSION_COMMENT); + "Evolution " VERSION SUB_VERSION " " VERSION_COMMENT); xev = mail_tool_remove_xevolution_headers (message); @@ -852,7 +852,7 @@ mail_append_mail (CamelFolder *folder, CamelMimeMessage *message, CamelMessageIn if (!camel_medium_get_header (CAMEL_MEDIUM (message), "X-Mailer")) camel_medium_set_header (CAMEL_MEDIUM (message), "X-Mailer", - "Ximian Evolution " VERSION SUB_VERSION " " VERSION_COMMENT); + "Evolution " VERSION SUB_VERSION " " VERSION_COMMENT); m = mail_msg_new (&append_mail_op, NULL, sizeof (*m)); m->folder = folder; -- cgit v1.2.3