diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-07 17:51:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-07 17:51:21 +0000 |
commit | df3c30e532ec5c79334b608fb99766e5909a445c (patch) | |
tree | dd641b4a6e47a2d9092ce7c456077b8e20f51f6c /protocols/MRA/src/MraProto.h | |
parent | ba9274eafbb343c5478054440cfe803b4c894c01 (diff) |
built-in antispam removed from MRA
git-svn-id: http://svn.miranda-ng.org/main/trunk@6006 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/src/MraProto.h')
-rw-r--r-- | protocols/MRA/src/MraProto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/protocols/MRA/src/MraProto.h b/protocols/MRA/src/MraProto.h index ddf7117766..a152547caf 100644 --- a/protocols/MRA/src/MraProto.h +++ b/protocols/MRA/src/MraProto.h @@ -286,12 +286,6 @@ struct CMraProto : public PROTO<CMraProto> void SetExtraIcons(HANDLE hContact);
- #define MESSAGE_NOT_SPAM 1
- #define MESSAGE_SPAM 2
-
- DWORD MraAntiSpamReceivedMessageW(const CMStringA &szEmail, DWORD dwMessageFlags, const CMStringW &wszMessage);
- bool MraAntiSpamHasMessageBadWordsW(const CMStringW &wszMessage);
-
void InitMainMenu();
void InitContactMenu();
void CListCreateMenu(LONG lPosition, LONG lPopupPosition, HICON hMainIcon, LPSTR pszContactOwner, BOOL bIsStatus, const struct GUI_DISPLAY_ITEM *pgdiItems, size_t dwCount, HGENMENU *hResult);
|