* check for a valid foldername
[modest] / src / modest-account-mgr-priv.h
index 54beffb..18a2981 100644 (file)
@@ -54,6 +54,9 @@ struct _ModestAccountMgrPrivate {
        gulong key_changed_handler_uid;
        GSList* busy_accounts;
 
+       GSList* change_queue; /* list with all accounts that are changed */
+       guint timeout;
+       
        GHashTable *notification_id_accounts;
 };