commit e720a1eb6da63f879967c737c4278286320c68da
parent 5edb925eea555d15b6d28955e879ec39efd0bf58
Author: Luke Smith <luke@lukesmith.xyz>
Date: Tue, 6 Apr 2021 14:39:26 -0400
Merge pull request #687 from converge/fix_mw_dash_y_call_on_mac
fix: update mbsync call for macos
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/mw b/bin/mw
@@ -127,7 +127,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 $fulladdr<enter>\" \"run mbsync to sync $fulladdr\""
folder="$maildir/$fulladdr"
prepmbsync ;;
esac