X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fdocs%2Fcitadelapi.txt;h=d0c754a7814e66272a060e491ba5a36f790e87d5;hp=6c983540ef947aa32cdf28e6aa0abae116a7daf2;hb=e830265f9a3238898ea25e8ed4782e50f2b7a775;hpb=554b4865ddb1cd09b9311b13307b61abf4f1b22d diff --git a/citadel/docs/citadelapi.txt b/citadel/docs/citadelapi.txt index 6c983540e..d0c754a78 100644 --- a/citadel/docs/citadelapi.txt +++ b/citadel/docs/citadelapi.txt @@ -203,8 +203,7 @@ cause the message to be rejected by the SMTP server. Register or remove a function with the room processing system. Registered functions are called in the order they are registered when a message -is added to a room. This allows modules such as Sieve to process new messages -appearing in a room. +is added to a room. This allows modules to process new messages appearing in a room. void CtdlRegisterXmsgHook(int (*fcn_ptr) (char *, char *, char *), int order)