* check for a valid foldername
[modest] / src / modest-account-mgr-priv.h
index 7c1f099..18a2981 100644 (file)
@@ -49,6 +49,15 @@ gchar * _modest_account_mgr_get_account_keyname (const gchar *account_name, cons
 typedef struct _ModestAccountMgrPrivate ModestAccountMgrPrivate;
 struct _ModestAccountMgrPrivate {
        ModestConf        *modest_conf;
+       
+       /* We store these as they change, and send notifications every X seconds: */
+       gulong key_changed_handler_uid;
+       GSList* busy_accounts;
+
+       GSList* change_queue; /* list with all accounts that are changed */
+       guint timeout;
+       
+       GHashTable *notification_id_accounts;
 };
 
 #define MODEST_ACCOUNT_MGR_GET_PRIVATE(o)      (G_TYPE_INSTANCE_GET_PRIVATE((o), \