X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/563e77927eb5faaae4571bd2b0811de590368581..9b8c6dc8df86d6ba1c7512cb12445912a9035a89:/src/msgTypes.sml diff --git a/src/msgTypes.sml b/src/msgTypes.sml index ea3ea2c..45646a6 100644 --- a/src/msgTypes.sml +++ b/src/msgTypes.sml @@ -126,5 +126,7 @@ datatype msg = (* Reply to MsgDescribe *) | MsgReUsers (* Rerun all callbacks for cases where the set of users has changed *) + | MsgVmailChanged + (* Server tells slave that vmail user information has changed *) end