diff options
author | Not Zed <NotZed@Ximian.com> | 2003-06-03 01:50:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-06-03 01:50:26 +0800 |
commit | 95d963dec575e1c6f451d36b0870e92c0de6cde3 (patch) | |
tree | 12faf7d49494c8a190f11e84b8e8b24f51038c20 /mail/mail-ops.h | |
parent | 3bf07b8693c59ce11edb1eff5e2ae301d1a66544 (diff) | |
download | gsoc2013-evolution-95d963dec575e1c6f451d36b0870e92c0de6cde3.tar.gz gsoc2013-evolution-95d963dec575e1c6f451d36b0870e92c0de6cde3.tar.zst gsoc2013-evolution-95d963dec575e1c6f451d36b0870e92c0de6cde3.zip |
** This and jeffs patch for #43862.
2003-06-02 Not Zed <NotZed@Ximian.com>
** This and jeffs patch for #43862.
* mail-folder-cache.c (store_online_cb): If the store is still
around, then flow on to a get folderinfo update, otherwise just
clear up.
* mail-ops.c (mail_store_set_offline): return the msgid of this so
it can be cancelled.
2003-05-30 Jeffrey Stedfast <fejj@ximian.com>
* mail-folder-cache.c (mail_note_store): If the session is
'online' and we are noting a CamelDiscoStore, make sure that it is
changed to online status and call mail_get_folderinfo().
svn path=/trunk/; revision=21369
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h index 49dd8d5d85..47b082b0ff 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -156,9 +156,9 @@ void mail_filter_on_demand (CamelFolder *folder, GPtrArray *uids); void mail_prep_offline(const char *uri, CamelOperation *cancel, void (*done)(const char *, void *data), void *data); -void mail_store_set_offline(CamelStore *store, gboolean offline, - void (*done)(CamelStore *, void *data), - void *data); +int mail_store_set_offline(CamelStore *store, gboolean offline, + void (*done)(CamelStore *, void *data), + void *data); /* filter driver execute shell command async callback */ void mail_execute_shell_command (CamelFilterDriver *driver, int argc, char **argv, void *data); |