aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-31 03:37:12 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-31 03:37:12 +0800
commit0a41bb42395f4874b4768b1e2eb7e3fcfdef9363 (patch)
tree9bb79b64331aaa760faaf2fe52d92392dc6a5e7f /mail/ChangeLog
parentb0633536f2b5e11a1a1ab032bad38218c31173db (diff)
downloadgsoc2013-evolution-0a41bb42395f4874b4768b1e2eb7e3fcfdef9363.tar
gsoc2013-evolution-0a41bb42395f4874b4768b1e2eb7e3fcfdef9363.tar.gz
gsoc2013-evolution-0a41bb42395f4874b4768b1e2eb7e3fcfdef9363.tar.bz2
gsoc2013-evolution-0a41bb42395f4874b4768b1e2eb7e3fcfdef9363.tar.lz
gsoc2013-evolution-0a41bb42395f4874b4768b1e2eb7e3fcfdef9363.tar.xz
gsoc2013-evolution-0a41bb42395f4874b4768b1e2eb7e3fcfdef9363.tar.zst
gsoc2013-evolution-0a41bb42395f4874b4768b1e2eb7e3fcfdef9363.zip
Use camel_medium_get_header to get the date header rather than getting the
2002-07-30 Jeffrey Stedfast <fejj@ximian.com> * mail-format.c (write_date): Use camel_medium_get_header to get the date header rather than getting the time_t and converting it into a string. svn path=/trunk/; revision=17643
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index cd00ca61b9..79229adcfc 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-30 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-format.c (write_date): Use camel_medium_get_header to get
+ the date header rather than getting the time_t and converting it
+ into a string.
+
2002-07-29 Not Zed <NotZed@Ximian.com>
* mail-display.c (mail_display_init): setup private data.