mail: timeout after 10 minutes

This commit is contained in:
lelgenio 2022-02-23 20:38:17 -03:00
parent c39173185f
commit eb683b20dc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if test "$1" = "update" && ! pidof mbsync; then
then
exit 0
fi
mbsync -a
timeout 10m mbsync -a
fi
cd "$HOME/.local/share/mail/" >/dev/null