summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Vanzuita <joaovanzuita@me.com>2021-03-26 13:34:57 +0100
committerJoão Vanzuita <joaovanzuita@me.com>2021-03-26 13:34:57 +0100
commitb5cde63ada77f24703cbba141909ba45d5161a1f (patch)
tree625943dfc39822bd3493946df68c72d5a2c6e808
parent412145d4c18c179c4ed87936dfb09ef96d9acadc (diff)
fix: update mbsync call for macos
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index 2989717..54b4a61 100755
--- a/bin/mw
+++ b/bin/mw
@@ -128,7 +128,7 @@ set ssl_force_tls = yes"
pop) synccmd="macro index o \"<shell-escape>mpop $fulladdr<enter>\" \"run mpop to get $fulladdr's mail\""
folder="$maildir/$fulladdr"
prepmpop ;;
- *) synccmd="macro index o \"<shell-escape>mw -y $fulladdr<enter>\" \"run mbsync to sync $fulladdr\""
+ *) synccmd="macro index o \"<shell-escape>mbsync -a $fulladdr<enter>\" \"run mbsync to sync $fulladdr\""
folder="$maildir/$fulladdr"
prepmbsync ;;
esac