From 7453de33932c7ccb7015709ac86eb160bb02ca82 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Sat, 11 Sep 2021 16:29:56 +0200 Subject: [PATCH] fix: icons --- .local/bin/mailsync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/bin/mailsync b/.local/bin/mailsync index 475cc79..9b6f6c7 100755 --- a/.local/bin/mailsync +++ b/.local/bin/mailsync @@ -30,10 +30,10 @@ export GPG_TTY=$TTY [ -n "$MBSYNCRC" ] && alias mbsync="mbsync -c $MBSYNCRC" || MBSYNCRC="$HOME/.mbsyncrc" notify() { - notify-send "neomutt" " $2 new mail(s) in \`$1\` account." + notify-send "neomutt" " $2 new mail(s) in \`$1\` account." } messageinfo() { - notify-send " $from:" "$subject" + notify-send "$from:" "$subject" } # Check account for new mail. Notify if there is new content.