remove rsyncflags and excludes from maildir handler, they are not used anywhere

This commit is contained in:
Micah Anderson 2012-03-27 11:58:18 -04:00
parent c9aa8b1d6f
commit 79916c4c20

View File

@ -85,9 +85,6 @@ if [ $test ]; then
testflags="--dry-run -v" testflags="--dry-run -v"
fi fi
rsyncflags="$testflags -e 'ssh -p $destport -i $destid_file $sshoptions' -r -v --ignore-existing --delete --size-only --bwlimit=$speedlimit"
excludes="--exclude '.Trash/\*' --exclude '.Mistakes/\*' --exclude '.Spam/\*'"
################################################################## ##################################################################
### FUNCTIONS ### FUNCTIONS