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
This commit is contained in:
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user