Minor updates
This commit is contained in:
parent
8a228e2ef2
commit
2cdaaa71cd
|
@ -9,5 +9,5 @@ download-version() {
|
|||
) > $2
|
||||
chmod +x $2
|
||||
}
|
||||
download-version 2.13 $(which amm)
|
||||
#download-version 2.13 $(which amm)
|
||||
download-version 2.12 $(which amm)2.12
|
||||
|
|
|
@ -47,7 +47,6 @@ val unseenMails = unseenMailPaths.map(p => MailInfo.fromPath(os.Path(p), maildir
|
|||
|
||||
if (!unseenMails.isEmpty) {
|
||||
val markup = unseenMails.map(msg => s"<b>${msg.from}:</b> ${msg.subject}<br>").mkString
|
||||
println(markup)
|
||||
os.proc("notify-send", s"--icon=$icon", "Mails", markup).call()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue