diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-30 22:17:14 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-30 22:17:14 +0300 |
commit | b8cfe44100dbfbf6ca1dd204356cad622dcd073d (patch) | |
tree | ea158baa7eb031b96f4a62f1397497fd6870de2f /messages.cpp | |
parent | ab9762aa4e52af06bff46965b2cbace0aa81d7ac (diff) |
modified: messages.cpp
Diffstat (limited to 'messages.cpp')
-rw-r--r-- | messages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/messages.cpp b/messages.cpp index 86ad601..d1ee06d 100644 --- a/messages.cpp +++ b/messages.cpp @@ -749,7 +749,7 @@ int HookSendMsg(WPARAM w, LPARAM l) DBEVENTINFO * dbei = (DBEVENTINFO*)l; if((dbei->eventType == EVENTTYPE_MESSAGE) && (dbei->flags & DBEF_SENT)) { - if(strstr((char*)dbei->pBlob, "-----BEGIN PGP MESSAGE-----")) //grrrr! + if(strstr((char*)dbei->pBlob, "-----BEGIN PGP MESSAGE-----") || strstr((char*)dbei->pBlob, "-----PGP KEY RESPONSE-----") || strstr((char*)dbei->pBlob, "-----PGP KEY REQUEST-----") || strstr((char*)dbei->pBlob, "-----PGP KEY RESPONSE-----")) //grrrr! return 1; HANDLE hContact = NULL; if(!hcontact_data[(HANDLE)w].msgs_to_ignore.empty()) |