diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-14 14:53:57 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-14 14:53:57 +0800 |
commit | f429462f66d31fab7f1f16c7a94b05c41bc58ee7 (patch) | |
tree | b8d605e976d6abfee17ae5f414d42384c9613293 /camel/ChangeLog | |
parent | 87141d1b51df4638cac9d48f3753748e09203585 (diff) | |
download | gsoc2013-evolution-f429462f66d31fab7f1f16c7a94b05c41bc58ee7.tar.gz gsoc2013-evolution-f429462f66d31fab7f1f16c7a94b05c41bc58ee7.tar.zst gsoc2013-evolution-f429462f66d31fab7f1f16c7a94b05c41bc58ee7.zip |
do offline mail syncing (only for open folders so far). If we fail doing
2004-04-14 Not Zed <NotZed@Ximian.com>
* camel-disco-store.c (set_status): do offline mail syncing (only
for open folders so far). If we fail doing syncing or store sync,
don't abort.
svn path=/trunk/; revision=25453
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6ad5407bc5..78cb12f9eb 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2004-04-14 Not Zed <NotZed@Ximian.com> + + * camel-disco-store.c (set_status): do offline mail syncing (only + for open folders so far). If we fail doing syncing or store sync, + don't abort. + 2004-04-13 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store.c (get_folder_online): |