diff options
author | Not Zed <NotZed@Ximian.com> | 2002-09-04 11:15:06 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-09-04 11:15:06 +0800 |
commit | d27b52023b0ed91a777bc838e4f9b898ca7e2201 (patch) | |
tree | 755ea67494683b7c297115c8a7c7e8f2efdd9350 /camel/ChangeLog | |
parent | 59ef7e341ba9880c597e87ed5d97cf6d84e288f0 (diff) | |
download | gsoc2013-evolution-d27b52023b0ed91a777bc838e4f9b898ca7e2201.tar gsoc2013-evolution-d27b52023b0ed91a777bc838e4f9b898ca7e2201.tar.gz gsoc2013-evolution-d27b52023b0ed91a777bc838e4f9b898ca7e2201.tar.bz2 gsoc2013-evolution-d27b52023b0ed91a777bc838e4f9b898ca7e2201.tar.lz gsoc2013-evolution-d27b52023b0ed91a777bc838e4f9b898ca7e2201.tar.xz gsoc2013-evolution-d27b52023b0ed91a777bc838e4f9b898ca7e2201.tar.zst gsoc2013-evolution-d27b52023b0ed91a777bc838e4f9b898ca7e2201.zip |
If we fake the from eof file boundary, also make sure we say we matched
2002-09-04 Not Zed <NotZed@Ximian.com>
* camel-mime-parser.c (folder_scan_content): If we fake the from
eof file boundary, also make sure we say we matched nothing. Also
make the end case a little more robust to make sure we expired all
hope of finding a sub-boundary.
svn path=/trunk/; revision=17961
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7e65ed67ef..44a7c1b560 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2002-09-04 Not Zed <NotZed@Ximian.com> + * camel-mime-parser.c (folder_scan_content): If we fake the from + eof file boundary, also make sure we say we matched nothing. Also + make the end case a little more robust to make sure we expired all + hope of finding a sub-boundary. + * providers/imap/camel-imap-store.c, providers/imap/camel-imap-folder.c: Lots of changes, too numerous to list. Changed to use camel-imap-store-summary to cache list |