summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-15 23:35:34 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-16 15:39:00 +0200
commit32669b305a538cb243610e5fb282fd46689859c8 (patch)
tree3c15b8bf8c30283ee66591bf46c7c11824e42435 /imagrc.toml
parent3ee8f26d1ee120191b14f23beb6496c312776eb0 (diff)
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 5453e9d8..4d5de3bb 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" ]