From c6abf17d7aceffcce6ff2a871cc4d95bc31fc5bf Mon Sep 17 00:00:00 2001 From: Paul Vixie Date: Mon, 7 Feb 2011 14:13:54 -0500 Subject: [PATCH] Signed-off-by: Ken Hornstein More documentation about the hooks support. --- docs/README-HOOKS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README-HOOKS b/docs/README-HOOKS index 7546416..83b6bf7 100644 --- a/docs/README-HOOKS +++ b/docs/README-HOOKS @@ -78,7 +78,9 @@ sortm: The refile hook is executed for each message moved. Note that a magic temporary message number of 2147483647 is used to hold messages as they are being shuffled. +rcvstore: The add hook is executed when messages are stored. +mhstore: The add hook is executed when messages are stored. Did I Do This Correctly? ~~~~~~~~~~~~~~~~~~~~~~~~ -- 1.7.10.4