mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +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::message::*;
|
||||||
use crate::param::Params;
|
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
|
if context
|
||||||
.sql
|
.sql
|
||||||
.get_config_int(context, "mvbox_move")
|
.get_config_int(context, "mvbox_move")
|
||||||
|
|||||||
Reference in New Issue
Block a user