From b0b0cfe95d56e568815fc63a91b0c366855b5dc9 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 26 Feb 2001 20:40:36 +0000 Subject: Changed the product string - will change it to use User-Agent once I get 2001-02-26 Jeffrey Stedfast * mail-ops.c (mail_send_message): Changed the product string - will change it to use User-Agent once I get the RFC/DRUMS draft or whatever. Until then I'll stick with User-Agent. svn path=/trunk/; revision=8395 --- 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 574cf6c387..1d2516272a 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -464,9 +464,9 @@ mail_send_message(CamelMimeMessage *message, const char *destination, CamelFilte const char *version; if (SUB_VERSION[0] == '\0') - version = "Evolution (" VERSION " - Preview Release)"; + version = "Evolution/" VERSION " (Preview Release)"; else - version = "Evolution (" VERSION "/" SUB_VERSION " - Preview Release)"; + version = "Evolution/" VERSION SUB_VERSION " (Preview Release)"; camel_medium_add_header(CAMEL_MEDIUM (message), "X-Mailer", version); camel_mime_message_set_date(message, CAMEL_MESSAGE_DATE_CURRENT, 0); -- cgit v1.2.3