mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
Refine type of SmtpState.doing_jobs to bool
This commit is contained in:
@@ -107,7 +107,7 @@ impl Default for BobStatus {
|
||||
pub struct SmtpState {
|
||||
pub idle: bool,
|
||||
pub suspended: bool,
|
||||
pub doing_jobs: i32,
|
||||
pub doing_jobs: bool,
|
||||
pub perform_jobs_needed: i32,
|
||||
pub probe_network: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user