diff options
author | 0 <NotZed@Ximian.com> | 2001-10-31 05:31:45 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-31 05:31:45 +0800 |
commit | 18e40f0e2d16f5258689fc2f75e4b94ac364aae9 (patch) | |
tree | 981752781d3bcba1aa21be0d23f1bd026f6f60f6 /mail/ChangeLog | |
parent | 5c4e7a0243fd749e4d7b657dc89349531dedcc85 (diff) | |
download | gsoc2013-evolution-18e40f0e2d16f5258689fc2f75e4b94ac364aae9.tar gsoc2013-evolution-18e40f0e2d16f5258689fc2f75e4b94ac364aae9.tar.gz gsoc2013-evolution-18e40f0e2d16f5258689fc2f75e4b94ac364aae9.tar.bz2 gsoc2013-evolution-18e40f0e2d16f5258689fc2f75e4b94ac364aae9.tar.lz gsoc2013-evolution-18e40f0e2d16f5258689fc2f75e4b94ac364aae9.tar.xz gsoc2013-evolution-18e40f0e2d16f5258689fc2f75e4b94ac364aae9.tar.zst gsoc2013-evolution-18e40f0e2d16f5258689fc2f75e4b94ac364aae9.zip |
Added exception strings to some of the op logging.
2001-10-30 <NotZed@Ximian.com>
* mail-mt.c: Added exception strings to some of the op logging.
* mail-format.c (elide_quotes): Remove, uh, what was this for, its
not used anywhere? Also loops the instant it had a ", good one
trow! :)
(write_address): Remove name_arg/email_arg, these aren't used
anywhere.
svn path=/trunk/; revision=14482
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b6af992250..62e5e42994 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,13 @@ 2001-10-30 <NotZed@Ximian.com> + * mail-mt.c: Added exception strings to some of the op logging. + + * mail-format.c (elide_quotes): Remove, uh, what was this for, its + not used anywhere? Also loops the instant it had a ", good one + trow! :) + (write_address): Remove name_arg/email_arg, these aren't used + anywhere. + * mail-mt.c (mail_msg_received): If we have a cancellation setup, destroy it immediately, to save fd's. (mail_msg_cancel): Check cancel != NULL. |