]> git.r.bdr.sh - rbdr/olden-mail/blobdiff - src/main.rs
Split LINE and not COMMAND
[rbdr/olden-mail] / src / main.rs
index 87ae7382922a14e5ddc1e5e7a0fb6ef35d1d066c..832b6e239053cafbb52947d6baf198fb7d099373 100644 (file)
@@ -56,7 +56,7 @@
 //! environment variables)
 //!
 //! ```
-//! % REMOTE_IMAP_DOMAIN=imap.coolmailsite.example REMOTE_SMTP_DOMAIN=smtp.coolmailsite.example olden-mail
+//! % REMOTE_IMAP_HOST=imap.coolmailsite.example REMOTE_SMTP_HOST=smtp.coolmailsite.example olden-mail
 //! ```
 //!
 //! ## Debugging
@@ -71,6 +71,7 @@ use std::process::exit;
 use std::sync::mpsc;
 
 mod configuration;
+mod middleware;
 mod proxy;
 
 use configuration::Configuration;