diff options
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/mail-ops.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0cd155fb15..5a6efc7742 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -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)" diff --git a/mail/mail-ops.c b/mail/mail-ops.c index b0a001301c..9820e855e9 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -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); |