diff --git a/src/eol_action.rs b/src/eol_action.rs index a971b41..6b38624 100644 --- a/src/eol_action.rs +++ b/src/eol_action.rs @@ -3,7 +3,7 @@ use std::fmt; /// End of life action /// - Trash - move the message to the trash to be automatically deleted by Google /// - Delete - delete the message immediately without allowing rescue from trash -#[derive(Debug, Default)] +#[derive(Debug, Default, Clone)] pub enum EolAction { #[default] /// Move the message to the trash