diff options
Diffstat (limited to 'bin/mw')
| -rwxr-xr-x | bin/mw | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -217,7 +217,7 @@ togglecron() { cron="$(mktemp)"  		sed -ibu /mailsync/d "$cron"; rm -f "$cron"bu  	else  		echo "Adding automatic mailsync every ${cronmin:-10} minutes..." -		echo "*/${cronmin:-10} * * * * $prefix/bin/mailsync -q" >> "$cron" +		echo "*/${cronmin:-10} * * * * $prefix/bin/mailsync" >> "$cron"  	fi &&  	crontab "$cron"; rm -f "$cron" ;} | 
