mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
Remove unused Imap.interrupt
It is always set to `None`.
This commit is contained in:
@@ -89,7 +89,6 @@ pub struct Imap {
|
|||||||
idle_interrupt: Receiver<InterruptInfo>,
|
idle_interrupt: Receiver<InterruptInfo>,
|
||||||
config: ImapConfig,
|
config: ImapConfig,
|
||||||
session: Option<Session>,
|
session: Option<Session>,
|
||||||
interrupt: Option<stop_token::StopSource>,
|
|
||||||
should_reconnect: bool,
|
should_reconnect: bool,
|
||||||
login_failed_once: bool,
|
login_failed_once: bool,
|
||||||
|
|
||||||
@@ -200,7 +199,6 @@ impl Imap {
|
|||||||
idle_interrupt,
|
idle_interrupt,
|
||||||
config,
|
config,
|
||||||
session: None,
|
session: None,
|
||||||
interrupt: None,
|
|
||||||
should_reconnect: false,
|
should_reconnect: false,
|
||||||
login_failed_once: false,
|
login_failed_once: false,
|
||||||
connectivity: Default::default(),
|
connectivity: Default::default(),
|
||||||
|
|||||||
Reference in New Issue
Block a user