diff -r 6c59112cfd31 -r 38bf5461e270 emailservices/nmclientapi/src/nmapimailbox.cpp --- a/emailservices/nmclientapi/src/nmapimailbox.cpp Thu Sep 30 11:43:07 2010 +0300 +++ b/emailservices/nmclientapi/src/nmapimailbox.cpp Thu Oct 14 17:33:43 2010 +0300 @@ -67,7 +67,7 @@ { NM_FUNCTION; - bool returnValue = false; + bool returnValue(false); if (d == mailbox.d) { returnValue = true; }