aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c4
1 files changed, 2 insertions, 2 deletions
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);