diff options
author | Ben Sima <ben@bsima.me> | 2019-05-24 16:51:29 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-24 16:51:29 -0700 |
commit | d0ddaecd969238e9e645a8b38dbbc5ccf7051298 (patch) | |
tree | 679ebb5aa4a3aae210fcad66e1a97ec7939c2c21 /eml | |
parent | 95a3cb30f61e90fe00cd859f10e323bbc3e62e99 (diff) |
eml: add sync for getting email on laptop
Diffstat (limited to 'eml')
-rwxr-xr-x | eml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |