fix: icons

This commit is contained in:
David JULIEN 2021-09-11 16:29:56 +02:00
parent e5d3b5ffb5
commit 7453de3393
1 changed files with 2 additions and 2 deletions

View File

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