mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 22:36:30 +03:00
refactor: rename dc_sqlite3 to sql
This commit is contained in:
@@ -2,10 +2,10 @@ use crate::constants::*;
|
||||
use crate::context::*;
|
||||
use crate::dc_job::*;
|
||||
use crate::dc_msg::*;
|
||||
use crate::dc_sqlite3::*;
|
||||
use crate::sql;
|
||||
|
||||
pub unsafe fn dc_do_heuristics_moves(context: &Context, folder: &str, msg_id: u32) {
|
||||
if dc_sqlite3_get_config_int(context, &context.sql, "mvbox_move", 1) == 0 {
|
||||
if sql::get_config_int(context, &context.sql, "mvbox_move", 1) == 0 {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user