Modified webpage: now tinymail repository is in gitorious.
[modest] / src / modest-account-mgr-helpers.h
index 9e584e9..43a4494 100644 (file)
@@ -128,6 +128,13 @@ gchar* modest_account_mgr_get_signature (ModestAccountMgr *self, const gchar* na
 
 gchar *modest_account_mgr_get_signature_from_recipient (ModestAccountMgr *self, const gchar *recipient,
                                                        gboolean *use_signature);
+
+void modest_account_mgr_get_branding_from_recipient (ModestAccountMgr *mgr, 
+                                                    const gchar *current_recipient, 
+                                                    gchar **service_name,
+                                                    const GdkPixbuf **service_icon,
+                                                    guint64 icon_size);
+
 gboolean modest_account_mgr_account_is_multimailbox (ModestAccountMgr *mgr,
                                                     const gchar *account_name, 
                                                     ModestProtocol **mmb_protocol);
@@ -419,6 +426,13 @@ void  modest_account_mgr_set_last_updated (ModestAccountMgr *self,
                                           const gchar* account_name,
                                           gint time);
 
+gboolean  modest_account_mgr_get_has_new_mails (ModestAccountMgr *self, 
+                                               const gchar* account_name);
+
+void  modest_account_mgr_set_has_new_mails (ModestAccountMgr *self, 
+                                           const gchar* account_name,
+                                           gboolean has_new_mails);
+
 gint  modest_account_mgr_get_retrieve_limit (ModestAccountMgr *self, 
                                             const gchar* account_name);