many updates
[dotfiles.git] / shell / .local / bin / update
index 69ed36f..946edc8 100755 (executable)
@@ -2,6 +2,7 @@
 NUL=">/dev/null 2>&1"
 
 offlineimap -o -u ttyui
+vdirsyncer sync --max-workers=1
 
 cmd() {
        echo -n 'apt-get update && apt-get dist-upgrade && '