Changes to support IMAP on hopper all compile but are not tested yet
[hcoop/domtool2.git] / src / msgTypes.sml
index 1fd2411..45646a6 100644 (file)
@@ -124,5 +124,9 @@ datatype msg =
        (* Ask for a listing of all of a domain's real configuration *)
        | MsgDescription of string
        (* 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