s/PREVIEW_RELEASE/VERSION_COMMENT

2001-12-06  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-ops.c (mail_send_message): s/PREVIEW_RELEASE/VERSION_COMMENT

svn path=/trunk/; revision=14924
This commit is contained in:
Jeffrey Stedfast
2001-12-07 03:14:30 +00:00
committed by Jeffrey Stedfast
parent cdf035a464
commit 7ac457c031
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-06 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (mail_send_message): s/PREVIEW_RELEASE/VERSION_COMMENT
2001-12-03 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (mail_send_message): Don't append "(Preview Version)"

View File

@ -430,7 +430,7 @@ mail_send_message (CamelMimeMessage *message, const char *destination,
XEvolution *xev;
camel_medium_add_header (CAMEL_MEDIUM (message), "X-Mailer",
"Evolution/" VERSION SUB_VERSION PREVIEW_RELEASE);
"Evolution/" VERSION SUB_VERSION " " VERSION_COMMENT);
camel_mime_message_set_date (message, CAMEL_MESSAGE_DATE_CURRENT, 0);