diff options
author | Not Zed <NotZed@Ximian.com> | 2004-07-23 11:37:33 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-07-23 11:37:33 +0800 |
commit | b06ecefc61581d7048df8b9bcd06896b75a459d0 (patch) | |
tree | 2b3f725d050b40f2fb4749d13fe226ec0e395c2e /camel/ChangeLog | |
parent | 6f8d7b104d71b059d10f42ff99a3071157bdb6a6 (diff) | |
download | gsoc2013-evolution-b06ecefc61581d7048df8b9bcd06896b75a459d0.tar.gz gsoc2013-evolution-b06ecefc61581d7048df8b9bcd06896b75a459d0.tar.zst gsoc2013-evolution-b06ecefc61581d7048df8b9bcd06896b75a459d0.zip |
** See bug #61761.
2004-07-22 Not Zed <NotZed@Ximian.com>
** See bug #61761.
* providers/pop3/camel-pop3-engine.c (camel_pop3_engine_iterate):
if we get an io error, move every current/active and queued
command to the done queue and mark as failed.
svn path=/trunk/; revision=26709
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 657dcbe72c..3f01cd49c7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2004-07-22 Not Zed <NotZed@Ximian.com> + + ** See bug #61761. + + * providers/pop3/camel-pop3-engine.c (camel_pop3_engine_iterate): + if we get an io error, move every current/active and queued + command to the done queue and mark as failed. + 2004-07-19 Jeffrey Stedfast <fejj@novell.com> * providers/imap/camel-imap-store.c (get_subscribed_folders): Free |