several updates

This commit is contained in:
Felix Van der Jeugt 2024-08-02 11:37:09 +02:00
parent dac9f903c9
commit 4bc4e5b8ad
11 changed files with 91 additions and 161 deletions

View file

@ -14,6 +14,12 @@ ip route ls | grep -q '.'
# check if the gpg-agent is running
pgrep gpg-agent > /dev/null
# Don't sync mails while composing
! pgrep -f mcom > /dev/null
! pgrep -f mfwd > /dev/null
! pgrep -f mbnc > /dev/null
! pgrep -f mrep > /dev/null
# Sync email
mbsync -a -q || true