From f4ee10f5adbfd29adbc90bb2df96a7fc279ef60e Mon Sep 17 00:00:00 2001 From: Piotr Piastucki Date: Sun, 17 May 2015 09:45:39 +0000 Subject: Tried to implement Hotmail inbox-notifications, unsure if they do work as expected though. git-svn-id: http://svn.miranda-ng.org/main/trunk@13661 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_lists.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/MSN/src/msn_lists.cpp') diff --git a/protocols/MSN/src/msn_lists.cpp b/protocols/MSN/src/msn_lists.cpp index bc6e1aefa5..0e629a0006 100644 --- a/protocols/MSN/src/msn_lists.cpp +++ b/protocols/MSN/src/msn_lists.cpp @@ -326,7 +326,8 @@ void CMsnProto::MSN_CreateContList(void) msnNsThread->sendPacketPayload("PUT", "MSGR\\CONTACTS", "%s", cxml); if (msnP24Ver > 1) - msnNsThread->sendPacketPayload("PUT", "MSGR\\SUBSCRIPTIONS", "ABCH"); + msnNsThread->sendPacketPayload("PUT", "MSGR\\SUBSCRIPTIONS", "%sABCH", + GetMyNetID()==NETID_MSN?"Hotmail":""); mir_free(used); } -- cgit v1.2.3