aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/gw-ui.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-04-26 23:21:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-04-26 23:21:38 +0800
commit2594b0d00cff45936250e9294ce6eb7cacd87c25 (patch)
treea8baa0ca4b27c773bcd0937fb4ef623005e03f00 /plugins/groupwise-features/gw-ui.c
parentc67695c6f2d5ea5450d90dbf0ecb5590744ec15a (diff)
downloadgsoc2013-evolution-2594b0d00cff45936250e9294ce6eb7cacd87c25.tar
gsoc2013-evolution-2594b0d00cff45936250e9294ce6eb7cacd87c25.tar.gz
gsoc2013-evolution-2594b0d00cff45936250e9294ce6eb7cacd87c25.tar.bz2
gsoc2013-evolution-2594b0d00cff45936250e9294ce6eb7cacd87c25.tar.lz
gsoc2013-evolution-2594b0d00cff45936250e9294ce6eb7cacd87c25.tar.xz
gsoc2013-evolution-2594b0d00cff45936250e9294ce6eb7cacd87c25.tar.zst
gsoc2013-evolution-2594b0d00cff45936250e9294ce6eb7cacd87c25.zip
Add itip_address_is_user().
Convenience function that checks whether the given email address matches a registered mail identity.
Diffstat (limited to 'plugins/groupwise-features/gw-ui.c')
-rw-r--r--plugins/groupwise-features/gw-ui.c2
1 files changed, 1 insertions, 1 deletions
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;