X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-utils.h;h=8f88a3586de04a59a9994f5b6eb63f2fe4aaf726;hp=ff453b619e24b3239443a5dcc8d0e26fc4a4f247;hb=1f49ac9df5635e0427ef1c2e1b2cc0c30c7c0cd2;hpb=627c4af6ac85444cc3256fa568baf4a8d62178ae diff --git a/src/modest-utils.h b/src/modest-utils.h index ff453b6..8f88a35 100644 --- a/src/modest-utils.h +++ b/src/modest-utils.h @@ -161,7 +161,6 @@ gint modest_list_index (TnyList *list, GObject *object); */ guint64 modest_utils_get_available_space (const gchar *maildir_path); -<<<<<<< .working /** * modest_images_cache_get_id: * @account: a #TnyAccount @@ -184,36 +183,10 @@ gchar *modest_images_cache_get_id (const gchar *account, const gchar *uri); * Returns: a newly allocated string containing the account name or * %NULL in case of error */ -gchar *modest_utils_get_account_name_from_recipient (const gchar *from); - -======= -/** - * modest_images_cache_get_id: - * @account: a #TnyAccount - * @uri: an uri string - * - * obtains the hash corresponding to an image external resource to be - * stored in image cache. - * - * Returns: a newly allocated string containing the hash key - */ -gchar *modest_images_cache_get_id (const gchar *account, const gchar *uri); - - -/** - * modest_utils_get_account_name_from_recipient: - * @from: the result of a call to tny_header_dup_from - * - * returns the account name that corresponds to the given from address - * - * Returns: a newly allocated string containing the account name or - * %NULL in case of error - */ -gchar *modest_utils_get_account_name_from_recipient (const gchar *from); +gchar *modest_utils_get_account_name_from_recipient (const gchar *from, gchar **mailbox); void modest_utils_on_entry_invalid_character (ModestValidatingEntry *self, const gchar* character, gpointer user_data); ->>>>>>> .merge-right.r5668 #endif /*__MODEST_MAEMO_UTILS_H__*/