notify cannot get body (#233)

* imap: fix notify cmd

* doc: update changelog
This commit is contained in:
Clément DOUIN
2021-10-23 00:46:21 +02:00
committed by GitHub
parent f0b2fd788d
commit eaa83b71ef
3 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ impl Config {
let subject = subject.as_ref();
let sender = sender.as_ref();
let default_cmd = format!(r#"notify-send "📫 {}" "{}""#, sender, subject);
let default_cmd = format!(r#"notify-send "New message from {}" "{}""#, sender, subject);
let cmd = self
.notify_cmd
.as_ref()