This commit is contained in:
Michael Zhang 2021-03-09 08:05:54 -06:00
parent 290cefc3a2
commit 95a50a6764
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -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 =