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 then
exit 0 exit 0
fi fi
mbsync -a timeout 10m mbsync -a
fi fi
cd "$HOME/.local/share/mail/" >/dev/null cd "$HOME/.local/share/mail/" >/dev/null