mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
address three comments from @dignifiedquire
This commit is contained in:
@@ -909,7 +909,7 @@ unsafe fn import_self_keys(context: &Context, dir_name: *const libc::c_char) ->
|
||||
}
|
||||
}
|
||||
set_default = 1;
|
||||
if name_f.find("legacy").is_some() {
|
||||
if name_f.contains("legacy") {
|
||||
info!(
|
||||
context,
|
||||
"Treating \"{}\" as a legacy private key.",
|
||||
|
||||
Reference in New Issue
Block a user