♻️ refactor(cli): remove unused Delete, Trash trait
- Remove Delete and Trash traits from cull_gmail - Use RuleProcessor instead of Delete and Trash traits
This commit is contained in:
committed by
Jeremiah Russell
parent
739176048e
commit
e02f0ee3d1
@@ -1,5 +1,5 @@
|
||||
use clap::Parser;
|
||||
use cull_gmail::{Delete, Error, GmailClient, MessageList, Trash};
|
||||
use cull_gmail::{Error, GmailClient, MessageList, RuleProcessor};
|
||||
|
||||
/// Command line options for the list subcommand
|
||||
#[derive(Debug, Parser)]
|
||||
|
||||
Reference in New Issue
Block a user