several updates
This commit is contained in:
parent
dac9f903c9
commit
4bc4e5b8ad
11 changed files with 91 additions and 161 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue