mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +03:00
Clean up the worst rebase mistakes
This commit is contained in:
committed by
dignifiedquire
parent
ab41679855
commit
a791af2d90
@@ -1598,12 +1598,7 @@ impl Imap {
|
||||
}
|
||||
}
|
||||
|
||||
dc_sqlite3_set_config_int(
|
||||
context,
|
||||
&context.sql.read().unwrap(),
|
||||
"folders_configured",
|
||||
3,
|
||||
);
|
||||
dc_sqlite3_set_config_int(context, &context.sql, "folders_configured", 3);
|
||||
if let Some(ref mvbox_folder) = mvbox_folder {
|
||||
dc_sqlite3_set_config(
|
||||
context,
|
||||
|
||||
Reference in New Issue
Block a user