X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fprefs_common.c;h=f4acf34c01b679c6ac011c3fbef0fcefc1be1c6a;hp=8895b5f082dec046320d7f4fc596634a4b5f91ab;hb=ffd418aaa7b4bdf401193a96194346ff7e403b9e;hpb=e63f8db4c73928a41343fcc027fd85dfc1c4af90 diff --git a/src/prefs_common.c b/src/prefs_common.c index 8895b5f08..f4acf34c0 100644 --- a/src/prefs_common.c +++ b/src/prefs_common.c @@ -1191,7 +1191,9 @@ static PrefParam param[] = { {"enable_avatars", "3", &prefs_common.enable_avatars, P_INT, NULL, NULL, NULL}, #ifndef PASSWORD_CRYPTO_OLD {"use_master_passphrase", FALSE, &prefs_common.use_master_passphrase, P_BOOL, NULL, NULL, NULL }, - {"master_passphrase_hash", "", &prefs_common.master_passphrase_hash, P_STRING, NULL, NULL, NULL }, + {"master_passphrase", "", &prefs_common.master_passphrase, P_STRING, NULL, NULL, NULL }, + {"master_passphrase_salt", "", &prefs_common.master_passphrase_salt, P_STRING, NULL, NULL, NULL }, + {"master_passphrase_pbkdf2_rounds", "50000", &prefs_common.master_passphrase_pbkdf2_rounds, P_INT, NULL, NULL, NULL}, #endif {NULL, NULL, NULL, P_OTHER, NULL, NULL, NULL}