aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-09 07:37:31 +0800
committerDan Winship <danw@src.gnome.org>2000-08-09 07:37:31 +0800
commitffaebb53febb7441ee7cfccaf3819a29efd702d7 (patch)
treeb65f92b1e9a6d958f5e2583e7a4c8f735fe7d87a /mail/ChangeLog
parent14e163207e7bea5a383f8b538041156dc2cb1c84 (diff)
downloadgsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.tar
gsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.tar.gz
gsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.tar.bz2
gsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.tar.lz
gsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.tar.xz
gsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.tar.zst
gsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.zip
Fix some compiler warnings.
* mail-crypto.c, mail-format.c, message-thread.c: Fix some compiler warnings. svn path=/trunk/; revision=4615
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index f91fcee4f5..1175d1a6de 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,8 @@
2000-08-08 Dan Winship <danw@helixcode.com>
+ * mail-crypto.c, mail-format.c, message-thread.c: Fix some
+ compiler warnings.
+
* mail-format.c (mail_generate_reply): Fix up format of addresses.
(write_headers): Use CamelAddress functions to simplify this.