From f2a858b364f3c1233fa591a84576529f1f7cc596 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Sun, 29 Aug 2021 08:27:13 -0600 Subject: [PATCH] add mising exclamation point for mbsync clause --- mail2mms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail2mms.sh b/mail2mms.sh index adc51d6..c8dfebd 100755 --- a/mail2mms.sh +++ b/mail2mms.sh @@ -39,7 +39,7 @@ summary() { while true; do # sync mailbox if this is not the mailserver - if [ "$1" = "-l" ]; then + if [ "$1" != "-l" ]; then mbsync -a fi