From cabb58a9aa3975341c0fae0d74ddfef2f1662e99 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Mon, 10 Feb 2020 01:44:47 +0300 Subject: [PATCH] Make dc_receive_imf non-public --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1f6edf406..19679ad48 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -65,7 +65,7 @@ mod token; #[macro_use] mod dehtml; -pub mod dc_receive_imf; +mod dc_receive_imf; pub mod dc_tools; /// if set imap/incoming and smtp/outgoing MIME messages will be printed