X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FREADME.hooks;h=6ae745a4023baf8de1740ad89f8135589d5f5df6;hp=714ba00875bb97091a4ecf4b1c6fdc7ea7471aa4;hb=be582c44948fe09cba55e538f1c9e2f57edb11ad;hpb=731cbed5b971fac4bddd0ea525da0a90be54425b diff --git a/docs/README.hooks b/docs/README.hooks index 714ba00..6ae745a 100644 --- a/docs/README.hooks +++ b/docs/README.hooks @@ -44,15 +44,11 @@ ref-hook: This is the full pathname of a program that is invoked message file. The program is executed after the message is written. -msg-hook: This is a text message that is output if the execution of - one of the external hook programs fails. There is a built-in - default message if none is specified. - -The definition of refiling is a bit tricky. The refile hook is executed if a message is moved from one place to another. So, for example, the command refile -link +The definition of refiling is a bit tricky. The refile hook is executed if a causes the add hook to be executed, not the refile hook, because a new message is created, the old one isn't moved. @@ -109,3 +105,16 @@ sbr/ folder_delmsgs.c folder_pack.c ext_hook.c (new file) + +Old config options: +~~~~~~~~~~~~~~~~~~~ + +In the original implementation availible config option, which are removed. + +msg-hook: This is a text message that is output if the execution of + one of the external hook programs fails. There is a built-in + default message if none is specified. + This is removed, because I don't see this is necesarry and it's + not a good idee to pass a user provided string direkt in an + format string. +