diff options
| author | João Vanzuita <joaovanzuita@me.com> | 2021-03-26 13:34:57 +0100 | 
|---|---|---|
| committer | João Vanzuita <joaovanzuita@me.com> | 2021-03-26 13:34:57 +0100 | 
| commit | b5cde63ada77f24703cbba141909ba45d5161a1f (patch) | |
| tree | 625943dfc39822bd3493946df68c72d5a2c6e808 /bin/mw | |
| parent | 412145d4c18c179c4ed87936dfb09ef96d9acadc (diff) | |
fix: update mbsync call for macos
Diffstat (limited to 'bin/mw')
| -rwxr-xr-x | bin/mw | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
