X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-text-utils.h;h=18dea347926c7a4afbcd20af0f9a0d03fe4c0a6e;hb=32ba35b63ed6986eab57acf8bfd76dba10ee129e;hp=e636ce09dec3b5e6ba2c44fa19e5f7cda58ddf0c;hpb=22c65ebfd20d1203fd9500498205e8ab755298b9;p=modest diff --git a/src/modest-text-utils.h b/src/modest-text-utils.h index e636ce0..18dea34 100644 --- a/src/modest-text-utils.h +++ b/src/modest-text-utils.h @@ -120,6 +120,24 @@ gchar* modest_text_utils_remove_address (const gchar *address_list, const gchar *address); /** + * modest_text_utils_address_range_at_position: + * @address_list: utf8 string containing a list of addresses + * @position: a gint + * @start: a gint pointer + * @end: a gint pointer + * + * Finds the start and end positions of the address at @position, + * in @recipients_list, a list of addresses in the format of a + * recipient list in email. It stores the results in @start and + * @end + */ +void modest_text_utils_address_range_at_position (const gchar *recipients_list, + gint position, + gint *start, + gint *end); + + +/** * modest_text_utils_convert_to_html: * @txt: a string which contains the message to quote *