diff options
author | Peter Williams <peterw@ximian.com> | 2002-07-25 03:37:57 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2002-07-25 03:37:57 +0800 |
commit | 86d2d39580ff3aa27f17766dd117765f4786b924 (patch) | |
tree | 07144b11fc3dcf90804e51779fc3328000a6640e /mail/ChangeLog | |
parent | a401de9c229ea548029863b34672c34137a2ca94 (diff) | |
download | gsoc2013-evolution-86d2d39580ff3aa27f17766dd117765f4786b924.tar gsoc2013-evolution-86d2d39580ff3aa27f17766dd117765f4786b924.tar.gz gsoc2013-evolution-86d2d39580ff3aa27f17766dd117765f4786b924.tar.bz2 gsoc2013-evolution-86d2d39580ff3aa27f17766dd117765f4786b924.tar.lz gsoc2013-evolution-86d2d39580ff3aa27f17766dd117765f4786b924.tar.xz gsoc2013-evolution-86d2d39580ff3aa27f17766dd117765f4786b924.tar.zst gsoc2013-evolution-86d2d39580ff3aa27f17766dd117765f4786b924.zip |
Call camel_session_get_service instead of camel_session_get_store, as
2002-07-23 Peter Williams <peterw@ximian.com>
* mail-ops.c (get_store_get): Call camel_session_get_service
instead of camel_session_get_store, as _get_store calls
_get_service_connected which is not what we want to do on startup.
(set_offline_do): Rework the logic here. It was failing when
trying to go online with a disco store that couldn't work offline.
* mail-folder-cache.c (mail_note_store): If we're using an offline
(well, non-online) disco store that cannot work offline, don't get
the folderinfo as that will fail.
svn path=/trunk/; revision=17576
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e5ff4dbe80..42112d8cd4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2002-07-23 Peter Williams <peterw@ximian.com> + + * mail-ops.c (get_store_get): Call camel_session_get_service + instead of camel_session_get_store, as _get_store calls + _get_service_connected which is not what we want to do on startup. + (set_offline_do): Rework the logic here. It was failing when + trying to go online with a disco store that couldn't work offline. + + * mail-folder-cache.c (mail_note_store): If we're using an offline + (well, non-online) disco store that cannot work offline, don't get + the folderinfo as that will fail. + 2002-07-24 Radek Doulik <rodo@ximian.com> * mail-composer-prefs.c (sig_add): use |