X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-msg.h;h=91ae14844272df3cbe73362cfb5b6018aa58f85d;hp=88d4532e074b8792f7a4042b5a137a549ffe9995;hb=510ae47c0727698808a6e440e1fe2a0901289f99;hpb=0fc66a08011b74fb3e5237173de377f59820be19 diff --git a/src/modest-tny-msg.h b/src/modest-tny-msg.h index 88d4532..91ae148 100644 --- a/src/modest-tny-msg.h +++ b/src/modest-tny-msg.h @@ -199,6 +199,17 @@ modest_tny_msg_estimate_size (const gchar *plain_body, const gchar *html_body, /** * modest_tny_msg_get_all_recipients_list: + * @header: a #TnyHeader + * + * Obtains a list of all the addresses available in @header. + * + * Returns: a newly allocated #GSList of strings. Caller should free strings and list. + */ +GSList * +modest_tny_msg_header_get_all_recipients_list (TnyHeader *header); + +/** + * modest_tny_msg_get_all_recipients_list: * @msg: a #TnyMsg * * Obtains a list of all the addresses available in a message header.