diff options
author | 3 <NotZed@Ximian.com> | 2001-10-24 01:11:33 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-24 01:11:33 +0800 |
commit | 1651eba931c6cc80e9a5bd24dcbb591ae9e1163b (patch) | |
tree | 8c705ac59212e2ed4d531eb5a1cb8272240595ac /mail/ChangeLog | |
parent | 41fb38eb09e338d76e63cb8b6a2ac7e2505e5c72 (diff) | |
download | gsoc2013-evolution-1651eba931c6cc80e9a5bd24dcbb591ae9e1163b.tar.gz gsoc2013-evolution-1651eba931c6cc80e9a5bd24dcbb591ae9e1163b.tar.zst gsoc2013-evolution-1651eba931c6cc80e9a5bd24dcbb591ae9e1163b.zip |
Added missing errno.h (mail_msg_new): Fix the logic a bit, dont try to
2001-10-23 <NotZed@Ximian.com>
* mail-mt.c: Added missing errno.h
(mail_msg_new): Fix the logic a bit, dont try to open the log file
unless logging is actually requested.
svn path=/trunk/; revision=13944
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3521f4d313..1cc274500b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-10-23 <NotZed@Ximian.com> + + * mail-mt.c: Added missing errno.h + (mail_msg_new): Fix the logic a bit, dont try to open the log file + unless logging is actually requested. + 2001-10-23 Dan Winship <danw@ximian.com> * mail-mt.c (mail_msg_new): If the fopen() fails (eg, because |