diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-12-07 11:14:30 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-07 11:14:30 +0800 |
commit | 7ac457c031e2700ce84cd199ef435c2341f832a7 (patch) | |
tree | f951b5f013c770fdf8c14acd18e1b32b62a9eac7 | |
parent | cdf035a46494695558d4bda683233de9b5ce879d (diff) | |
download | gsoc2013-evolution-7ac457c031e2700ce84cd199ef435c2341f832a7.tar gsoc2013-evolution-7ac457c031e2700ce84cd199ef435c2341f832a7.tar.gz gsoc2013-evolution-7ac457c031e2700ce84cd199ef435c2341f832a7.tar.bz2 gsoc2013-evolution-7ac457c031e2700ce84cd199ef435c2341f832a7.tar.lz gsoc2013-evolution-7ac457c031e2700ce84cd199ef435c2341f832a7.tar.xz gsoc2013-evolution-7ac457c031e2700ce84cd199ef435c2341f832a7.tar.zst gsoc2013-evolution-7ac457c031e2700ce84cd199ef435c2341f832a7.zip |
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
-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); |