From ed0589ce0af33a8e199b6bc75f55e45904c85d1c Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 13 Nov 2010 13:01:40 +0000 Subject: Fixed issue with logging in to unverified MSN accounts. --- protocols/msn/msn.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'protocols/msn/msn.c') diff --git a/protocols/msn/msn.c b/protocols/msn/msn.c index 161f7590..45185393 100644 --- a/protocols/msn/msn.c +++ b/protocols/msn/msn.c @@ -331,6 +331,10 @@ static char *set_eval_display_name( set_t *set, char *value ) imcb_log( ic, "Warning: Persistent name changes for this account have to be done " "in the profile. BitlBee doesn't currently support this." ); + if( md->flags & MSN_EMAIL_UNVERIFIED ) + imcb_log( ic, "Warning: Your e-mail address is unverified. MSN doesn't allow " + "changing your display name until your e-mail address if verified." ); + msn_soap_addressbook_set_display_name( ic, value ); return msn_ns_set_display_name( ic, value ) ? value : NULL; } -- cgit v1.2.3