Mercurial > pidgin
diff libpurple/protocols/msnp9/notification.c @ 22922:f05da3bc20d9
Refresh email credentials for @live.com accounts too
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Tue, 13 May 2008 14:24:43 +0000 |
| parents | 713cd3a2d1cd |
| children | 2260e5b0ca91 |
line wrap: on
line diff
--- a/libpurple/protocols/msnp9/notification.c Tue May 13 11:17:46 2008 +0000 +++ b/libpurple/protocols/msnp9/notification.c Tue May 13 14:24:43 2008 +0000 @@ -607,6 +607,7 @@ passport = purple_normalize(account, purple_account_get_username(account)); if ((strstr(passport, "@hotmail.") == NULL) && + (strstr(passport, "@live.com") == NULL) && (strstr(passport, "@msn.com") == NULL)) return;
