Remove dc_move.rs

and move dc_do_heuristics_moves to context.rs
This commit is contained in:
Alexander Krotov
2019-08-27 01:01:01 +03:00
committed by holger krekel
parent c406675d6a
commit aeb1a88e7a
4 changed files with 42 additions and 50 deletions

View File

@@ -56,7 +56,6 @@ pub mod dc_imex;
mod dc_loginparam;
mod dc_mimefactory;
pub mod dc_mimeparser;
mod dc_move;
pub mod dc_receive_imf;
pub mod dc_securejoin;
mod dc_simplify;