X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-address-book.h;h=4f55ee00ef509678502c819844c7045d41be201b;hb=398d45654eaaefd1a20631a343192f68a6025dcd;hp=9231f96a4aa68c8949e9828456bbf087428efbe1;hpb=326ddf804e1bc2542650028660f4eb5cc82af96a;p=modest diff --git a/src/modest-address-book.h b/src/modest-address-book.h index 9231f96..4f55ee0 100644 --- a/src/modest-address-book.h +++ b/src/modest-address-book.h @@ -54,5 +54,18 @@ modest_address_book_add_address (const gchar *address); void modest_address_book_select_addresses (ModestRecptEditor *editor); +/** + * modest_address_book_check_names: + * @editor: a #ModestRecptEditor + * + * Performs verification of addresses in a recipient editor. + * + * Returns: %TRUE if all recipients are valid or there are + * no recipients, %FALSE otherwise. + */ +gboolean +modest_address_book_check_names (ModestRecptEditor *editor); + + #endif /* __MODEST_ADDRESS_BOOK_H__ */