From 2cdaaa71cd323c6e588f9d90af433047f032400a Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Thu, 20 May 2021 21:38:59 +0200 Subject: [PATCH] Minor updates --- devel/update-amm | 2 +- misc/mail-notify | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/update-amm b/devel/update-amm index 5877aa7..6146fe7 100755 --- a/devel/update-amm +++ b/devel/update-amm @@ -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 diff --git a/misc/mail-notify b/misc/mail-notify index 2d5ae88..ad897b0 100755 --- a/misc/mail-notify +++ b/misc/mail-notify @@ -47,7 +47,6 @@ val unseenMails = unseenMailPaths.map(p => MailInfo.fromPath(os.Path(p), maildir if (!unseenMails.isEmpty) { val markup = unseenMails.map(msg => s"${msg.from}: ${msg.subject}
").mkString - println(markup) os.proc("notify-send", s"--icon=$icon", "Mails", markup).call() }