refactor(e2ee): rename dc_e2ee -> e2ee

This commit is contained in:
dignifiedquire
2019-08-26 22:28:42 +02:00
committed by holger krekel
parent 3944592c09
commit 1a1f0c0a7c
8 changed files with 18 additions and 17 deletions

View File

@@ -30,6 +30,7 @@ pub mod configure;
pub mod constants;
pub mod contact;
pub mod context;
mod e2ee;
mod imap;
pub mod job;
mod job_thread;
@@ -51,7 +52,6 @@ pub mod x;
pub mod dc_array;
mod dc_dehtml;
mod dc_e2ee;
pub mod dc_imex;
mod dc_loginparam;
mod dc_mimefactory;