From: Mart Lubbers Date: Sun, 22 Apr 2018 09:01:50 +0000 (+0200) Subject: Change update to continuous mail sync X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=c59a11e7dc0bdceb25590ce97ab2eab76ec5818a;p=dotfiles.git Change update to continuous mail sync --- diff --git a/shell/.local/bin/update b/shell/.local/bin/update index 06b7fb4..2dedbc0 100755 --- a/shell/.local/bin/update +++ b/shell/.local/bin/update @@ -7,4 +7,4 @@ cmd() { } sudo sh -c "$(cmd)" -sh -c "tlmgr update --all --self && offlineimap -u ttyui && vdirsyncer sync && khal -c .config/khal/config $NUL && khard $NUL && pass git pull origin master" +sh -c "tlmgr update --all --self && offlineimap -o -u ttyui && vdirsyncer sync && khal -c .config/khal/config $NUL && khard $NUL && pass git pull origin master"