diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-21 03:06:03 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-21 03:06:03 +0800 |
commit | 13c9d214fa4b93a0c3ae08a533a8605b13a323b1 (patch) | |
tree | ccbba8078222dac08bc3697a8ce6415b950e6009 /mail/ChangeLog | |
parent | 3682e0ef1f2d736ced6cff11dd4c5e87dd0fd6d8 (diff) | |
download | gsoc2013-evolution-13c9d214fa4b93a0c3ae08a533a8605b13a323b1.tar gsoc2013-evolution-13c9d214fa4b93a0c3ae08a533a8605b13a323b1.tar.gz gsoc2013-evolution-13c9d214fa4b93a0c3ae08a533a8605b13a323b1.tar.bz2 gsoc2013-evolution-13c9d214fa4b93a0c3ae08a533a8605b13a323b1.tar.lz gsoc2013-evolution-13c9d214fa4b93a0c3ae08a533a8605b13a323b1.tar.xz gsoc2013-evolution-13c9d214fa4b93a0c3ae08a533a8605b13a323b1.tar.zst gsoc2013-evolution-13c9d214fa4b93a0c3ae08a533a8605b13a323b1.zip |
Set the can_sync_offline property on the EFolder based on the
* e-corba-storage.c (impl_StorageListener_notifyFolderCreated):
Set the can_sync_offline property on the EFolder based on the
canSyncOffline value on the CORBA folder.
* evolution-test-component.c (setup_custom_storage): Pass FALSE
for @sync_offline to evolution_storage_new_folder().
* e-local-storage.c (new_folder): Pass FALSE for @sync_offline to
evolution_storage_new_folder().
* evolution-storage.h (evolution_storage_new_folder): New arg
@can_sync_offline.
* subscribe-dialog.c (recursive_add_folder): Pass TRUE for
@sync_offline to evolution_storage_new_folder().
* mail-folder-cache.c (real_flush_updates): Pass TRUE for
@sync_offline to evolution_storage_new_folder().
* gui/component/addressbook-storage.c (load_source_data): Pass
FALSE for @sync_offline to evolution_storage_new_folder().
(addressbook_storage_add_source): Pass FALSE for @sync_offline to
evolution_storage_new_folder().
svn path=/trunk/; revision=16947
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b78dbef629..838d31935f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,13 @@ 2002-05-20 Ettore Perazzoli <ettore@ximian.com> + * subscribe-dialog.c (recursive_add_folder): Pass TRUE for + @sync_offline to evolution_storage_new_folder(). + + * mail-folder-cache.c (real_flush_updates): Pass TRUE for + @sync_offline to evolution_storage_new_folder(). + +2002-05-20 Ettore Perazzoli <ettore@ximian.com> + * mail-callbacks.c (composer_sent_cb): Always unref the composer [even when we are destroying it], otherwise we leak it and we get the nasty bug where you can't quit. |