Browse Source

plain db encryption

pull/985/head
apprb 11 years ago
parent
commit
4c85f92e7d
No known key found for this signature in database
GPG Key ID: B001911B5B22FB9B
  1. 1
      src/widget/form/settings/privacyform.cpp

1
src/widget/form/settings/privacyform.cpp

@ -92,6 +92,7 @@ bool PrivacyForm::setChatLogsPassword()
// tr("Would you like to re-encrypt your old chat logs?\nOtherwise they will be deleted.", "body"))) // tr("Would you like to re-encrypt your old chat logs?\nOtherwise they will be deleted.", "body")))
// for now, don't bother asking. Why wouldn't you want to reencrypt? // for now, don't bother asking. Why wouldn't you want to reencrypt?
Settings::getInstance().setEncryptLogs(true);
HistoryKeeper::getInstance()->importMessages(oldMessages); HistoryKeeper::getInstance()->importMessages(oldMessages);
return true; return true;

Loading…
Cancel
Save