diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-05 21:27:33 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-05 21:27:33 +0800 |
commit | 8eef58bfe428505bc48fe4a2df67d81d04516526 (patch) | |
tree | 7ddcab23a0fa78f2f832577a714de74913fc7bc5 /camel/ChangeLog | |
parent | ad5ce76972838c60f316b4467d940499c57fc1ba (diff) | |
download | gsoc2013-evolution-8eef58bfe428505bc48fe4a2df67d81d04516526.tar.gz gsoc2013-evolution-8eef58bfe428505bc48fe4a2df67d81d04516526.tar.zst gsoc2013-evolution-8eef58bfe428505bc48fe4a2df67d81d04516526.zip |
dont set X-Evolution-Source here anymore, set in caller.
2004-05-05 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-folder.c (get_message_simple): dont
set X-Evolution-Source here anymore, set in caller.
(imap_get_message): move the busted server get into the retry
loop. only leave the simple cache test outside of it.
svn path=/trunk/; revision=25805
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 1f827df7ca..cba0110ce0 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2004-05-05 Not Zed <NotZed@Ximian.com> + + * providers/imap/camel-imap-folder.c (get_message_simple): dont + set X-Evolution-Source here anymore, set in caller. + (imap_get_message): move the busted server get into the retry + loop. only leave the simple cache test outside of it. + 2004-05-04 Jeffrey Stedfast <fejj@ximian.com> * camel-session.h: Get rid of #ifdef ENABLE_THREADS stuff, that |