diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-05-04 10:48:42 -0400 | 
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-05-04 10:48:42 -0400 | 
| commit | 80aee073122c63d1b570dc32e4490909ff15753b (patch) | |
| tree | 1fc7b3dfff3475aa0addf3dac2f9609085e1dc85 /bin/mw | |
| parent | 39cc3a7e37a832ab3ff092eb3f7d9b710fdbbcb7 (diff) | |
| parent | 203b7d1ab33486677eedbef39fd670fce2afa8fb (diff) | |
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
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 | 
