Added docs for hooks

Patch from Sias Mey

fixes #71
This commit is contained in:
John Goerzen 2008-10-01 00:04:14 -05:00
parent ab43d74549
commit 936fe1f43e
1 changed files with 13 additions and 0 deletions

View File

@ -183,6 +183,19 @@ remoterepository = RemoteExample
# quick = 10
# You can specify a pre and post sync hook to execute a external command.
# in this case a call to imapfilter to filter mail before the sync process
# starts and a custom shell script after the sync completes.
# The pre sync script has to complete before a sync to the account will
# start.
# presynchook = imapfilter
# postsynchook = notifysync.sh
# You can also specify parameters to the commands
# presynchook = imapfilter -c someotherconfig.lua
[Repository LocalExample]
# This is one of the two repositories that you'll work with given the