diff options
author | Not Zed <NotZed@Ximian.com> | 2001-07-05 11:59:45 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-07-05 11:59:45 +0800 |
commit | 0f51f730ac4caa7259e3b6fd70374b63baa3ecc1 (patch) | |
tree | aa782c22a3ec60c5322123b4581f008125cf90c2 /camel/ChangeLog | |
parent | bf20209bbbbab216918ff84d435a8e98e22c0601 (diff) | |
download | gsoc2013-evolution-0f51f730ac4caa7259e3b6fd70374b63baa3ecc1.tar gsoc2013-evolution-0f51f730ac4caa7259e3b6fd70374b63baa3ecc1.tar.gz gsoc2013-evolution-0f51f730ac4caa7259e3b6fd70374b63baa3ecc1.tar.bz2 gsoc2013-evolution-0f51f730ac4caa7259e3b6fd70374b63baa3ecc1.tar.lz gsoc2013-evolution-0f51f730ac4caa7259e3b6fd70374b63baa3ecc1.tar.xz gsoc2013-evolution-0f51f730ac4caa7259e3b6fd70374b63baa3ecc1.tar.zst gsoc2013-evolution-0f51f730ac4caa7259e3b6fd70374b63baa3ecc1.zip |
Fix the assertion slightly, if we have a little bit of input the output
2001-07-05 Not Zed <NotZed@Ximian.com>
* camel-mime-filter-basic.c (filter): Fix the assertion slightly,
if we have a little bit of input the output size could be larger,
since we store upto 3 chars in the state.
svn path=/trunk/; revision=10786
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 455ba9e9ee..e4434010ea 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2001-07-05 Not Zed <NotZed@Ximian.com> + * camel-mime-filter-basic.c (filter): Fix the assertion slightly, + if we have a little bit of input the output size could be larger, + since we store upto 3 chars in the state. + * camel-folder-summary.c (camel_folder_summary_info_new_from_message): When indexing a new record, create a pseudo word 'ibexindexed' so we can always tell |