From 21f2c63d296d4cdf534de24a216811b4c4b744fc Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 1 Apr 2011 06:00:00 +0300 Subject: modified: utilities.cpp --- utilities.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'utilities.cpp') diff --git a/utilities.cpp b/utilities.cpp index 83407d0..8d33d4b 100644 --- a/utilities.cpp +++ b/utilities.cpp @@ -977,9 +977,12 @@ bool isContactSecured(HANDLE hContact) { BYTE gpg_enc = DBGetContactSettingByte(hContact, szGPGModuleName, "GPGEncryption", 0); if(!gpg_enc) + { + debuglog<