diff options
author | sss <sss@63852ff1-2cfd-40b9-8011-e561a9d89b1c> | 2009-03-22 22:07:25 +0000 |
---|---|---|
committer | sss <sss@63852ff1-2cfd-40b9-8011-e561a9d89b1c> | 2009-03-22 22:07:25 +0000 |
commit | 1d2aaa9958c1dc1514cb9795c668e15846ea0cc5 (patch) | |
tree | e0ae3901fd357ebd6e28c80b68d4a39ca9e5d89c | |
parent | f4ce855b39be6651819afb94fa239d2e24409c0a (diff) |
hm.. ) sorry for this bug
git-svn-id: http://172.18.13.13/svn/mim_plugs@16 63852ff1-2cfd-40b9-8011-e561a9d89b1c
-rw-r--r-- | stopspam_mod/trunk/stopspam.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/stopspam_mod/trunk/stopspam.cpp b/stopspam_mod/trunk/stopspam.cpp index b3fc3d8..e162837 100644 --- a/stopspam_mod/trunk/stopspam.cpp +++ b/stopspam_mod/trunk/stopspam.cpp @@ -224,11 +224,8 @@ MIRANDA_HOOK_EVENT(ME_DB_EVENT_FILTER_ADD, w, l) DBWriteContactSettingByte(hContact, "CList", "NotOnList", 1);
// save message from contact
- if(!gbIgnoreContacts)
- {
- dbei->flags |= DBEF_READ;
- CallService(MS_DB_EVENT_ADD, (WPARAM)hContact, (LPARAM)dbei);
- }
+ dbei->flags |= DBEF_READ;
+ CallService(MS_DB_EVENT_ADD, (WPARAM)hContact, (LPARAM)dbei);
// reject processing of the event
return 1;
|