From c59a11e7dc0bdceb25590ce97ab2eab76ec5818a Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Sun, 22 Apr 2018 11:01:50 +0200 Subject: [PATCH] Change update to continuous mail sync --- shell/.local/bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1