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
No related branches found
No related tags found
No related merge requests found
......@@ -85,9 +85,6 @@ if [ $test ]; then
testflags="--dry-run -v"
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment