Don't show mail_ib_attachment_already_purged, as this string
[modest] / src / modest-account-mgr-helpers.h
index c8da096..d0a7f58 100644 (file)
@@ -391,7 +391,7 @@ void modest_account_mgr_free_server_account_data (ModestAccountMgr *self,
  * @self: a #ModestAccountMgr instance
  * @name: the account name
  *
- * get the From: string for some account; ie. "Foo Bar" <foo.bar@cuux.yy>"
+ * get the From: string for some account; ie. "Foo Bar" &lt;foo.bar@cuux.yy&gt;"
  *
  * Returns: the newly allocated from-string, or NULL in case of error
  */
@@ -469,13 +469,13 @@ void  modest_account_mgr_set_retrieve_type (ModestAccountMgr *self,
                                            const gchar *account_name,
                                            const gchar *retrieve_type);
 
-void  modest_account_mgr_set_server_account_user_fullname (ModestAccountMgr *self, 
-                                                          const gchar *account_name,
-                                                          const gchar *fullname);
+void  modest_account_mgr_set_user_fullname (ModestAccountMgr *self, 
+                                           const gchar *account_name,
+                                           const gchar *fullname);
 
-void  modest_account_mgr_set_server_account_user_email (ModestAccountMgr *self, 
-                                                       const gchar *account_name,
-                                                       const gchar *email);
+void  modest_account_mgr_set_user_email (ModestAccountMgr *self, 
+                                        const gchar *account_name,
+                                        const gchar *email);
 
 G_END_DECLS