summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Vanzuita <joaovanzuita@me.com>2021-03-26 20:38:28 +0100
committerJoão Vanzuita <joaovanzuita@me.com>2021-03-26 20:38:28 +0100
commitb95d5f2810d518a70ce934d3644aa7e8fde13af3 (patch)
tree5551bff4917ff6e1c8121ab40635f9594a464006
parentb5cde63ada77f24703cbba141909ba45d5161a1f (diff)
chore: typo
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index 54b4a61..2b5563f 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>mbsync -a $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