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
|
||||
std::mem::drop(idle_stream);
|
||||
|
||||
let handle = Notification::new()
|
||||
.summary("New Email")
|
||||
.body("holy Shit,")
|
||||
.icon("firefox")
|
||||
.timeout(Timeout::Milliseconds(6000))
|
||||
.show()?;
|
||||
let handle = Notification::new()
|
||||
.summary("New Email")
|
||||
.body("holy Shit,")
|
||||
.icon("firefox")
|
||||
.timeout(Timeout::Milliseconds(6000))
|
||||
.show()?;
|
||||
|
||||
let message_uids = authed.uid_search().await?;
|
||||
let message_uids =
|
||||
|
|
Loading…
Reference in a new issue