From eb53bcf0593cd55a33dc827397274aa862740cfc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 26 Apr 2011 11:21:38 -0400 Subject: Add itip_address_is_user(). Convenience function that checks whether the given email address matches a registered mail identity. --- plugins/groupwise-features/gw-ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/groupwise-features/gw-ui.c') diff --git a/plugins/groupwise-features/gw-ui.c b/plugins/groupwise-features/gw-ui.c index 0d64bd9d3c..08b9382838 100644 --- a/plugins/groupwise-features/gw-ui.c +++ b/plugins/groupwise-features/gw-ui.c @@ -321,7 +321,7 @@ is_meeting_owner (ECalComponent *comp, ECal *client) } if (!ret_val) - ret_val = e_account_list_find (e_get_account_list (), E_ACCOUNT_FIND_ID_ADDRESS, strip) != NULL; + ret_val = itip_address_is_user (strip); g_free (email); return ret_val; -- cgit v1.2.3