diff options
author | Not Zed <NotZed@Ximian.com> | 2003-09-23 09:02:23 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-09-23 09:02:23 +0800 |
commit | 98cf0ad5f56332f9a8d6bcdf1e0da2f18e656fdd (patch) | |
tree | 0f7d05faf7e3f1c87530db9cec2625cd221778b4 /camel/ChangeLog | |
parent | bd44c72b2b90b1e9bb159b3d62efd1bf5496b0df (diff) | |
download | gsoc2013-evolution-98cf0ad5f56332f9a8d6bcdf1e0da2f18e656fdd.tar.gz gsoc2013-evolution-98cf0ad5f56332f9a8d6bcdf1e0da2f18e656fdd.tar.zst gsoc2013-evolution-98cf0ad5f56332f9a8d6bcdf1e0da2f18e656fdd.zip |
** See bug #41610
2003-09-22 Not Zed <NotZed@Ximian.com>
** See bug #41610
* providers/pop3/camel-pop3-folder.c (cmd_tocache): protect a
divide by 0 for 0 length messages.
svn path=/trunk/; revision=22654
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index b22b8703b3..8f13667c2a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,12 @@ 2003-09-22 Not Zed <NotZed@Ximian.com> + ** See bug #41610 + + * providers/pop3/camel-pop3-folder.c (cmd_tocache): protect a + divide by 0 for 0 length messages. + +2003-09-22 Not Zed <NotZed@Ximian.com> + * providers/imap/camel-imap-provider.c: Added "offline_sync" option, which lets you synchronise all mail to local storage automagically. |