Skip to content
Snippets Groups Projects
Commit 79916c4c authored by micah's avatar micah :speech_balloon:
Browse files

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

parent c9aa8b1d
Branches
Tags
No related merge requests found
...@@ -85,9 +85,6 @@ if [ $test ]; then ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment