diff options
author | NotZed <NotZed@HelixCode.com> | 2000-05-03 03:06:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-03 03:06:55 +0800 |
commit | 633171afd76f29e23b51628c752ad4c6d05bf4ea (patch) | |
tree | 8ed9377b1f0a1abb14c846c0575719771b856e01 /camel/ChangeLog | |
parent | b5ddb0c7c8c57e292e187f625f84e8523303e05a (diff) | |
download | gsoc2013-evolution-633171afd76f29e23b51628c752ad4c6d05bf4ea.tar gsoc2013-evolution-633171afd76f29e23b51628c752ad4c6d05bf4ea.tar.gz gsoc2013-evolution-633171afd76f29e23b51628c752ad4c6d05bf4ea.tar.bz2 gsoc2013-evolution-633171afd76f29e23b51628c752ad4c6d05bf4ea.tar.lz gsoc2013-evolution-633171afd76f29e23b51628c752ad4c6d05bf4ea.tar.xz gsoc2013-evolution-633171afd76f29e23b51628c752ad4c6d05bf4ea.tar.zst gsoc2013-evolution-633171afd76f29e23b51628c752ad4c6d05bf4ea.zip |
Fix the previous overflow problem properly (can happen in 2 places).
2000-05-02 NotZed <NotZed@HelixCode.com>
* camel-mime-parser.c (folder_scan_header): Fix the previous
overflow problem properly (can happen in 2 places).
(header_append): A new macro to include the code changed above, so
it only appears in one place.
(folder_scan_step): Change the content type to text/plain if the
multipart is broken. Doesn't actually change the header though.
(header_append): Also move the header-start tracking stuff here.
Could be a static function to save code.
svn path=/trunk/; revision=2751
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 0a07b05601..8f0281b0e2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2000-05-02 NotZed <NotZed@HelixCode.com> + + * camel-mime-parser.c (folder_scan_header): Fix the previous + overflow problem properly (can happen in 2 places). + (header_append): A new macro to include the code changed above, so + it only appears in one place. + (folder_scan_step): Change the content type to text/plain if the + multipart is broken. Doesn't actually change the header though. + (header_append): Also move the header-start tracking stuff here. + Could be a static function to save code. + 2000-05-02 <notzed@helixcode.com> * camel-mime-part-utils.c |