summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_yamn.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-10-08 13:42:34 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-10-08 13:42:34 +0300
commit1572f78c8d183b01614b599f67d7cc29e3b77240 (patch)
tree7cd820ab5759e548cf29d0b69c1964b4a792367a /plugins/ExternalAPI/m_yamn.h
parente20a9e40fb858c666158fd9fa2219093ddcab08a (diff)
YAMN: unused code removed
Diffstat (limited to 'plugins/ExternalAPI/m_yamn.h')
-rw-r--r--plugins/ExternalAPI/m_yamn.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/ExternalAPI/m_yamn.h b/plugins/ExternalAPI/m_yamn.h
index 10b4f94513..77ea3cb676 100644
--- a/plugins/ExternalAPI/m_yamn.h
+++ b/plugins/ExternalAPI/m_yamn.h
@@ -110,13 +110,6 @@ struct CExportedServices
//sense to store all this information in memory, etc.
#define MS_YAMN_CLISTDBLCLICK "YAMN/Service/ClistContactDoubleclicked"
-//FilterMail Service
-//Ask YAMN to process mail filtering. YAMN calls filter plugins to mark mail as spam etc... Warning! Leave all
-//read or write access to mail as this function waits for write-access to mail!
-//WPARAM- (HACCOUNT) account to which mail belongs
-//LPARAM- (HYAMNMAIL) mail to filter
-#define MS_YAMN_FILTERMAIL "YAMN/Service/FilterMail"
-
//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.