diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-01 11:47:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-01 11:47:16 +0300 |
commit | 35aba3d91e39932517046ff84ab7d3e4ef0cf932 (patch) | |
tree | 69015cd0169d2134b0e8a61b87c7dd9b27865069 /protocols/ICQ-WIM/src/proto.h | |
parent | 2e9d13165b4fd765d95f88d26282be022e708b0d (diff) |
ICQ-WIM:
- advanced options moved to the separate dialog;
- option added to launch a browser on tray icon click;
- now additional email events aren't added if one is already active;
- duplicate notification removed
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h index 10b7280488..8dfa81a8cc 100644 --- a/protocols/ICQ-WIM/src/proto.h +++ b/protocols/ICQ-WIM/src/proto.h @@ -37,6 +37,7 @@ #define ICQ_API_SERVER "https://api.icq.net" #define ICQ_ROBUST_SERVER "https://rapi.icq.net" +#define PS_DUMMY "/DoNothing" #define PS_GOTO_INBOX "/GotoInbox" #define WIM_CAP_VOIP_VOICE "094613504c7f11d18222444553540000" @@ -334,6 +335,7 @@ public: CMOption<wchar_t*> m_szPassword; // password, if present CMOption<BYTE> m_bHideGroupchats; // don't pop up group chat windows on startup CMOption<BYTE> m_bUseTrayIcon; // use tray icon notifications + CMOption<BYTE> m_bLaunchMailbox; // launch browser to view email CMOption<DWORD> m_iTimeDiff1; // set this status to m_iStatus1 after this interval of secs CMOption<DWORD> m_iStatus1; CMOption<DWORD> m_iTimeDiff2; // set this status to m_iStatus2 after this interval of secs |