# HG changeset patch # User Stu Tomlinson # Date 1180300506 0 # Node ID 45e3739de7fdf4affd883f02a0760eb93cf8addd # Parent a1c6206f020528d1a7b9fb92b91380047d136658 Don't notify for initial email messages unless the preference is set for the account. diff -r a1c6206f0205 -r 45e3739de7fd libpurple/protocols/msn/oim.c --- a/libpurple/protocols/msn/oim.c Sun May 27 21:13:37 2007 +0000 +++ b/libpurple/protocols/msn/oim.c Sun May 27 21:15:06 2007 +0000 @@ -532,7 +532,7 @@ INode = xmlnode_get_child(ENode, "IU"); unread = xmlnode_get_data(INode); - if (unread != NULL) + if (unread != NULL && purple_account_get_check_mail(session->account)) { int count = atoi(unread);