summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-16 17:38:16 +0200
committerGitHub <noreply@github.com>2016-07-16 17:38:16 +0200
commitd8b922908250811ce1d7048cc4c3ae32713af241 (patch)
tree5614d7ad9e268e7d53024a294057d1350d43a7b6 /imagrc.toml
parent7761aa9f2b56a4936f0a1e89269ab0c3c9703d2d (diff)
parent32669b305a538cb243610e5fb282fd46689859c8 (diff)
Merge pull request #551 from matthiasbeyer/imagrc/add-missing-settings
Add settings in imagrc example for move hook aspects
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/imagrc.toml b/imagrc.toml
index 414d0003..f11659e1 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -11,6 +11,9 @@ store-unload-hook-aspects = [ "debug" ]
pre-create-hook-aspects = [ "debug" ]
post-create-hook-aspects = [ "debug" ]
+pre-move-hook-aspects = [ "debug" ]
+post-move-hook-aspects = [ "debug" ]
+
pre-retrieve-hook-aspects = [ "debug" ]
post-retrieve-hook-aspects = [ "debug" ]