fmt
This commit is contained in:
parent
290cefc3a2
commit
95a50a6764
1 changed files with 6 additions and 6 deletions
|
@ -185,12 +185,12 @@ async fn imap_main(acct: MailAccountConfig, mail2ui_tx: UnboundedSender<MailEven
|
||||||
// send DONE to stop the idle
|
// send DONE to stop the idle
|
||||||
std::mem::drop(idle_stream);
|
std::mem::drop(idle_stream);
|
||||||
|
|
||||||
let handle = Notification::new()
|
let handle = Notification::new()
|
||||||
.summary("New Email")
|
.summary("New Email")
|
||||||
.body("holy Shit,")
|
.body("holy Shit,")
|
||||||
.icon("firefox")
|
.icon("firefox")
|
||||||
.timeout(Timeout::Milliseconds(6000))
|
.timeout(Timeout::Milliseconds(6000))
|
||||||
.show()?;
|
.show()?;
|
||||||
|
|
||||||
let message_uids = authed.uid_search().await?;
|
let message_uids = authed.uid_search().await?;
|
||||||
let message_uids =
|
let message_uids =
|
||||||
|
|
Loading…
Reference in a new issue