enabled by default to inform me via Message a Friend request from a known peer

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7576 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-10-01 14:55:35 +00:00
parent 80c49e2a62
commit cb1da0d3d3

View File

@ -458,7 +458,7 @@ void RshareSettings::setNotifyFlags(uint flags)
uint RshareSettings::getMessageFlags()
{
return value("MessageFlags").toUInt();
return value("MessageFlags", RS_MESSAGE_CONNECT_ATTEMPT).toUInt();
}
void RshareSettings::setMessageFlags(uint flags)