mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 10:26:29 +03:00
Refine type of SmtpState.suspended to bool
This commit is contained in:
@@ -106,7 +106,7 @@ impl Default for BobStatus {
|
||||
#[derive(Default, Debug)]
|
||||
pub struct SmtpState {
|
||||
pub idle: bool,
|
||||
pub suspended: i32,
|
||||
pub suspended: bool,
|
||||
pub doing_jobs: i32,
|
||||
pub perform_jobs_needed: i32,
|
||||
pub probe_network: bool,
|
||||
|
||||
Reference in New Issue
Block a user