diff options
author | George Hazan <george.hazan@gmail.com> | 2023-10-09 11:38:06 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-10-09 11:38:06 +0300 |
commit | acf268216b0a7a4a48856ae00e4c7f4ff54f7ea2 (patch) | |
tree | 50f8d5bf29be908f0035a6830456d51604374868 /plugins | |
parent | e33349427eadab1658c54655db3190fc7329c47e (diff) |
YAMN: rest of unused services removed
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ExternalAPI/m_yamn.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/ExternalAPI/m_yamn.h b/plugins/ExternalAPI/m_yamn.h index 0b4a9f306d..bed93e8543 100644 --- a/plugins/ExternalAPI/m_yamn.h +++ b/plugins/ExternalAPI/m_yamn.h @@ -40,12 +40,6 @@ struct YAMN_VARIABLES //LPARAM- not used
#define MS_YAMN_FORCECHECK "YAMN/Service/ForceCheck"
-//AccountCheck Service
-//Check mail on individual account
-//WPARAM- HACCOUNT
-//LPARAM- BOOL: Show Popup on no new mail
-#define MS_YAMN_ACCOUNTCHECK "YAMN/Service/AccountCheck"
-
//Contact List Context Menu Click
//wParam=(WPARAM)hContact
//lParam=0
@@ -76,13 +70,6 @@ struct YAMN_VARIABLES //sense to store all this information in memory, etc.
#define MS_YAMN_CLISTDBLCLICK "YAMN/Service/ClistContactDoubleclicked"
-//MailBrowser Service
-//runs mail browser window (or tray icon only or popups only)
-//WPARAM- pointer to YAMN_MAILBROWSERPARAM structure, data to mailbrowser. You do not need to fill ThreadRunningEV event member.
-//LPARAM- YAMN_MAILBROWSERPARAM structure version param. Use YAMN_MAILBROWSERVERSION definition.
-//returns zero if failed, nonzero if succeed
-#define MS_YAMN_MAILBROWSER "YAMN/Service/RunMailBrowser"
-
//NoNewMail Service
//runs no new mail procedure (shows popups e.g.)
//WPARAM- pointer to YAMN_NONEWMAILPARAM structure, data to no new mail procedure. You do not need to fill ThreadRunningEV event member.
|