Minor updates

This commit is contained in:
Alexander Gehrke 2021-05-20 21:38:59 +02:00
parent 8a228e2ef2
commit 2cdaaa71cd
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -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()
}