From d0ddaecd969238e9e645a8b38dbbc5ccf7051298 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 24 May 2019 16:51:29 -0700 Subject: eml: add sync for getting email on laptop --- eml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eml') diff --git a/eml b/eml index 033f812..608c1be 100755 --- a/eml +++ b/eml @@ -36,8 +36,11 @@ case "$1" in tag count ;; + "sync") + muchsync -vv hidor-kahih + ;; "-h"|"--help") - echo "usage: $0 [in|out|new|tag|all]" + echo "usage: $(basename $0) [in|out|new|tag|all|sync]" exit 1 ;; *) count -- cgit v1.2.3