refactor(jobthread): safe and rusty

This commit is contained in:
dignifiedquire
2019-08-18 12:15:45 +02:00
parent d55f6ee7c7
commit fb7c095dad
8 changed files with 261 additions and 272 deletions

View File

@@ -30,6 +30,7 @@ pub mod constants;
pub mod contact;
pub mod context;
mod imap;
mod job_thread;
pub mod key;
pub mod keyring;
pub mod lot;
@@ -50,7 +51,6 @@ mod dc_dehtml;
mod dc_e2ee;
pub mod dc_imex;
pub mod dc_job;
mod dc_jobthread;
pub mod dc_location;
mod dc_loginparam;
mod dc_mimefactory;