mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 10:56:29 +03:00
Mark dc_do_heuristics_moves as safe
This commit is contained in:
committed by
holger krekel
parent
1ec193991b
commit
c406675d6a
@@ -4,7 +4,7 @@ use crate::job::*;
|
||||
use crate::message::*;
|
||||
use crate::param::Params;
|
||||
|
||||
pub unsafe fn dc_do_heuristics_moves(context: &Context, folder: &str, msg_id: u32) {
|
||||
pub fn dc_do_heuristics_moves(context: &Context, folder: &str, msg_id: u32) {
|
||||
if context
|
||||
.sql
|
||||
.get_config_int(context, "mvbox_move")
|
||||
|
||||
Reference in New Issue
Block a user