commit 7f5d077b72166b7fec7f5c0880c246daeae4b672
parent 920ee096266343e65de7e4d45aae68f6f352421e
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sun, 18 Mar 2018 16:43:09 -0700
mailsync script gives args to offlineimap
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/mailsync.sh b/etc/mailsync.sh
@@ -17,7 +17,7 @@ fi
# Get current number of new mail, then begin sync.
ori=$(find ~/.mail -wholename '*/new/*' | grep -vi "spam\|trash\|junk" | wc -l)
-offlineimap -o
+offlineimap -o "$@"
# Recount new mail.
new=$(find ~/.mail -wholename '*/new/*' | grep -vi "spam\|trash\|junk" | wc -l)