Fix mhsign for gpg2: Expiry date format
[mmh] / docs / README.hooks
index 714ba00..6ae745a 100644 (file)
@@ -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.
+