mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 06:56:29 +03:00
Refine type of SmtpState.probe_network to bool
This commit is contained in:
@@ -109,7 +109,7 @@ pub struct SmtpState {
|
||||
pub suspended: i32,
|
||||
pub doing_jobs: i32,
|
||||
pub perform_jobs_needed: i32,
|
||||
pub probe_network: i32,
|
||||
pub probe_network: bool,
|
||||
}
|
||||
|
||||
// create/open/config/information
|
||||
|
||||
Reference in New Issue
Block a user