diff options
author | Not Zed <NotZed@Ximian.com> | 2001-02-02 10:13:13 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-02-02 10:13:13 +0800 |
commit | ebd3b725015d95ecd6812589052370e1b88f4f22 (patch) | |
tree | 682ba7abb02268a26df541465fd7d4fc0d7381df /camel/ChangeLog | |
parent | 609933378dab3b1df305afef4c51195373ab526f (diff) | |
download | gsoc2013-evolution-ebd3b725015d95ecd6812589052370e1b88f4f22.tar gsoc2013-evolution-ebd3b725015d95ecd6812589052370e1b88f4f22.tar.gz gsoc2013-evolution-ebd3b725015d95ecd6812589052370e1b88f4f22.tar.bz2 gsoc2013-evolution-ebd3b725015d95ecd6812589052370e1b88f4f22.tar.lz gsoc2013-evolution-ebd3b725015d95ecd6812589052370e1b88f4f22.tar.xz gsoc2013-evolution-ebd3b725015d95ecd6812589052370e1b88f4f22.tar.zst gsoc2013-evolution-ebd3b725015d95ecd6812589052370e1b88f4f22.zip |
Add missing header for cancel check stuff.
2001-02-02 Not Zed <NotZed@Ximian.com>
* camel-stream-fs.c: Add missing header for cancel check stuff.
* camel-session.c (camel_cancel_cancel): Fix a wrong cast.
* camel-mime-part.c (init_header_name_table): Setup a new table
header_formatted_table, that lists headers that we dont want to
fold (they've already been folded).
(write_to_stream): Check for already formatted headers, and dont
try and fold them. This is a fix for bug #1097.
svn path=/trunk/; revision=7941
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index e9e6b4dbd6..11400e8684 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,15 @@ +2001-02-02 Not Zed <NotZed@Ximian.com> + + * camel-stream-fs.c: Add missing header for cancel check stuff. + + * camel-session.c (camel_cancel_cancel): Fix a wrong cast. + + * camel-mime-part.c (init_header_name_table): Setup a new table + header_formatted_table, that lists headers that we dont want to + fold (they've already been folded). + (write_to_stream): Check for already formatted headers, and dont + try and fold them. This is a fix for bug #1097. + 2001-02-01 Not Zed <NotZed@Ximian.com> * camel-mime-utils.c (header_fold): If we are folding, drop the |