Luke Smith
há 5 anos
ascendente
cometimento
6faf22488c
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4C50B54A911F6252
1 ficheiros alterados com
2 adições e
2 eliminações
-
bin/mailsync
|
|
@@ -14,12 +14,12 @@ else |
|
|
|
notify() { notify-send "mutt-wizard" "📬 $2 new mail(s) in \`$1\` account." ;} |
|
|
|
fi |
|
|
|
|
|
|
|
echo " 🔃" > /tmp/imapsyncicon |
|
|
|
echo " 🔃" > /tmp/imapsyncicon_$USER |
|
|
|
pkill -RTMIN+12 i3blocks |
|
|
|
|
|
|
|
# Run mbsync. You can feed this script different settings. |
|
|
|
mbsync -a "$@" |
|
|
|
rm -f /tmp/imapsyncicon |
|
|
|
rm -f /tmp/imapsyncicon_$USER |
|
|
|
pkill -RTMIN+12 i3blocks |
|
|
|
|
|
|
|
# Check all accounts/mailboxes for new mail. Notify if there is new content. |
|
|
|