summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-04-06 14:39:26 -0400
committerGitHub <noreply@github.com>2021-04-06 14:39:26 -0400
commite720a1eb6da63f879967c737c4278286320c68da (patch)
tree90f9cc38cb133dbc19edbf736c5bc458da5316bb /bin
parent5edb925eea555d15b6d28955e879ec39efd0bf58 (diff)
parentb95d5f2810d518a70ce934d3644aa7e8fde13af3 (diff)
Merge pull request #687 from converge/fix_mw_dash_y_call_on_mac
fix: update mbsync call for macos
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index 4ecbcfa..b29e347 100755
--- 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