[mail] feat: update sb-mailbox to use @univ-nantes

ref. commit 5bc787c7
This commit is contained in:
David JULIEN 2022-10-17 12:41:35 +02:00
parent bc45514a3b
commit b6110b6fdb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ do
new="$(find "${XDG_DATA_HOME:-$HOME/.local/share}"/mail/$acc/*/new/ -type f | grep -iv "trash" | wc -l 2>/dev/null)"
if [ $new -gt 0 ]; then
[ -n "$(echo "$acc" | sed -n '/@centrale/p')" ] && box=""
[ -n "$(echo "$acc" | sed -n '/@ens/p')" ] && box=""
[ -n "$(echo "$acc" | sed -n '/@etu/p')" ] && box=""
[ -n "$(echo "$acc" | sed -n '/@mailo/p')" ] && box=""
[ -n "$(echo "$acc" | sed -n '/@posteo/p')" ] && box=""
unread="$unread/$box$new"