Changes to support IMAP on hopper all compile but are not tested yet
[hcoop/domtool2.git] / src / msgTypes.sml
index ea3ea2c..45646a6 100644 (file)
@@ -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