Mark dc_do_heuristics_moves as safe

This commit is contained in:
Alexander Krotov
2019-08-27 00:22:34 +03:00
committed by holger krekel
parent 1ec193991b
commit c406675d6a

View File

@@ -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")