From 1d2aaa9958c1dc1514cb9795c668e15846ea0cc5 Mon Sep 17 00:00:00 2001 From: sss Date: Sun, 22 Mar 2009 22:07:25 +0000 Subject: hm.. ) sorry for this bug git-svn-id: http://172.18.13.13/svn/mim_plugs@16 63852ff1-2cfd-40b9-8011-e561a9d89b1c --- stopspam_mod/trunk/stopspam.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'stopspam_mod/trunk/stopspam.cpp') 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; -- cgit v1.2.3