summaryrefslogtreecommitdiff
path: root/eml
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-24 16:51:29 -0700
committerBen Sima <ben@bsima.me>2019-05-24 16:51:29 -0700
commitd0ddaecd969238e9e645a8b38dbbc5ccf7051298 (patch)
tree679ebb5aa4a3aae210fcad66e1a97ec7939c2c21 /eml
parent95a3cb30f61e90fe00cd859f10e323bbc3e62e99 (diff)
eml: add sync for getting email on laptop
Diffstat (limited to 'eml')
-rwxr-xr-xeml5
1 files changed, 4 insertions, 1 deletions
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