mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
cleanup and setup configure
This commit is contained in:
@@ -217,14 +217,6 @@ impl Scheduler {
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
||||
/// Check if the scheduler is stoppd.
|
||||
pub fn is_stopped(&self) -> bool {
|
||||
match self {
|
||||
Scheduler::Stopped => true,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// Connection state logic shared between imap and smtp connections.
|
||||
|
||||
Reference in New Issue
Block a user