Ignore:
Timestamp:
2010-11-13T13:01:40Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6b96de6
Parents:
70d7795
Message:

Fixed issue with logging in to unverified MSN accounts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.c

    r70d7795 red0589c  
    331331                imcb_log( ic, "Warning: Persistent name changes for this account have to be done "
    332332                              "in the profile. BitlBee doesn't currently support this." );
     333       
     334        if( md->flags & MSN_EMAIL_UNVERIFIED )
     335                imcb_log( ic, "Warning: Your e-mail address is unverified. MSN doesn't allow "
     336                              "changing your display name until your e-mail address if verified." );
    333337       
    334338        msn_soap_addressbook_set_display_name( ic, value );
Note: See TracChangeset for help on using the changeset viewer.