From 2d4c20af3569ea58e57258701586c119beaea51b Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Tue, 11 Feb 2020 02:03:36 +0300 Subject: [PATCH] Revert "Make dc_receive_imf non-public" This reverts commit cabb58a9aa3975341c0fae0d74ddfef2f1662e99. dc_receive_imf() is used in the "repl" example. This was not caught by CI because it does not build examples. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 19679ad48..1f6edf406 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -65,7 +65,7 @@ mod token; #[macro_use] mod dehtml; -mod dc_receive_imf; +pub mod dc_receive_imf; pub mod dc_tools; /// if set imap/incoming and smtp/outgoing MIME messages will be printed