We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87c6b8 commit 0bb8b46Copy full SHA for 0bb8b46
dll/win32/shell32/utils.cpp
@@ -808,8 +808,7 @@ SHSetUnreadMailCountW(
808
_In_ DWORD dwCount,
809
_In_ PCWSTR pszShellExecuteCommand)
810
{
811
- CString strKey = L"Software\\Microsoft\\Windows\\CurrentVersion\\UnreadMail";
812
- strKey += L'\\';
+ CString strKey = L"Software\\Microsoft\\Windows\\CurrentVersion\\UnreadMail\\";
813
strKey += pszMailAddress;
814
815
HKEY hKey;
0 commit comments