sync_maildirs_delete.patch

Filippo Carletti, 09/26/2014 11:26 AM

Download (414 Bytes)

View differences:

/usr/share/doc/nethserver-mail-server-1.7.0/sync_maildirs.sh 2014-09-11 09:30:59.829861550 +0200
80 80
    # Synchronize maildir:
81 81
    /usr/bin/rsync `[ ${DRYRUN} -gt 0 ] && echo '-n -v'` -r -l -t \
82 82
	-e "ssh -p ${sourcePort} -l root" \
83
	--delete \
83 84
	"${sourceHost}:/home/e-smith/files/users/${USER}/Maildir/" \
84 85
	"${destinationMaildir}"