From acf268216b0a7a4a48856ae00e4c7f4ff54f7ea2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 9 Oct 2023 11:38:06 +0300 Subject: YAMN: rest of unused services removed --- plugins/ExternalAPI/m_yamn.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'plugins/ExternalAPI') 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. -- cgit v1.2.3