Do ignore empty recipients when checking names
[modest] / src / modest-tny-local-folders-account.h
index b4e3bdf..92cdca0 100644 (file)
@@ -61,11 +61,15 @@ G_BEGIN_DECLS
  * of its own.
  */
 typedef struct {
-  TnyCamelStoreAccount parent;
+       TnyCamelStoreAccount parent;
 } ModestTnyLocalFoldersAccount;
 
 typedef struct {
-  TnyCamelStoreAccountClass parent_class;
+       TnyCamelStoreAccountClass parent_class;
+
+       /* Signal */
+       void (*outbox_deleted) (ModestTnyLocalFoldersAccount *self);
+
 } ModestTnyLocalFoldersAccountClass;
 
 GType modest_tny_local_folders_account_get_type (void);
@@ -81,6 +85,8 @@ void       modest_tny_local_folders_account_add_folder_to_outbox (ModestTnyLocal
 void       modest_tny_local_folders_account_remove_folder_from_outbox (ModestTnyLocalFoldersAccount *self, 
                                                                       TnyFolder *per_account_outbox);
 
+TnyFolder *modest_tny_local_folders_account_get_merged_outbox (ModestTnyLocalFoldersAccount *self);
+
 G_END_DECLS
 
 #endif /* _MODEST_TNY_LOCAL_FOLDERS_ACCOUNT */