diff --git a/src/imap.rs b/src/imap.rs index 855ec6e01..da8cd37a1 100644 --- a/src/imap.rs +++ b/src/imap.rs @@ -1413,6 +1413,7 @@ fn precheck_imf(context: &Context, rfc724_mid: &str, server_folder: &str, server { if old_server_folder.is_empty() && old_server_uid == 0 { info!(context, "[move] detected bbc-self {}", rfc724_mid,); + context.do_heuristics_moves(server_folder.as_ref(), msg_id); job_add( context, Action::MarkseenMsgOnImap,