From 6e2d18e5e8b4ad2ed8253152440d9804306a1b54 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 26 May 2023 13:41:29 -0700 Subject: [PATCH] Fix notify-mail.hy --- notify-mail.hy | 1 + 1 file changed, 1 insertion(+) diff --git a/notify-mail.hy b/notify-mail.hy index 3060aad..8d6428f 100755 --- a/notify-mail.hy +++ b/notify-mail.hy @@ -87,6 +87,7 @@ None))))) (defn notify-message [msg] + (msg.tag "-notnotified") (let [result (notify-send (+ (if msg.attachment? "󰈙 " "") "New mail from " msg.sender) msg.subject