♻️ refactor(core): remove unused trash module

- removes the trash module
- simplifies the crate structure
This commit is contained in:
Jeremiah Russell
2025-10-13 16:11:23 +01:00
committed by Jeremiah Russell
parent f0a268861f
commit 1af61d0ed0

View File

@@ -27,7 +27,6 @@ pub(crate) use gmail_client::MessageSummary;
pub use processor::Processor;
pub use retention::MessageAge;
pub use retention::Retention;
pub use trash::Trash;
/// Type alias for result with crate Error
pub type Result<O> = std::result::Result<O, Error>;