diff options
author | Derek Stevens <nilix@nilfm.cc> | 2021-08-29 08:27:13 -0600 |
---|---|---|
committer | Derek Stevens <nilix@nilfm.cc> | 2021-08-29 08:27:13 -0600 |
commit | f2a858b364f3c1233fa591a84576529f1f7cc596 (patch) | |
tree | ae95fbb16f0a70c38a2f44033855d07124a4c646 | |
parent | 07efac0e7f9b8868f32a1963cd2228f02e84a2ce (diff) |
add mising exclamation point for mbsync clause
-rwxr-xr-x | mail2mms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |