diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-04-06 14:39:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 14:39:26 -0400 |
commit | e720a1eb6da63f879967c737c4278286320c68da (patch) | |
tree | 90f9cc38cb133dbc19edbf736c5bc458da5316bb /bin/mw | |
parent | 5edb925eea555d15b6d28955e879ec39efd0bf58 (diff) | |
parent | b95d5f2810d518a70ce934d3644aa7e8fde13af3 (diff) |
Merge pull request #687 from converge/fix_mw_dash_y_call_on_mac
fix: update mbsync call for macos
Diffstat (limited to 'bin/mw')
-rwxr-xr-x | bin/mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |