aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-offline-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-offline-handler.c')
-rw-r--r--mail/mail-offline-handler.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/mail-offline-handler.c b/mail/mail-offline-handler.c
index fa374efc73..7b7aa94c4d 100644
--- a/mail/mail-offline-handler.c
+++ b/mail/mail-offline-handler.c
@@ -264,8 +264,11 @@ storage_go_online (gpointer key, gpointer value, gpointer data)
{
CamelStore *store = key;
- if (service_is_relevant (CAMEL_SERVICE (store), FALSE))
+ if (service_is_relevant (CAMEL_SERVICE (store), FALSE)) {
mail_store_set_offline (store, FALSE, NULL, NULL);
+ mail_note_store (store, NULL, CORBA_OBJECT_NIL,
+ NULL, NULL);
+ }
}
static void