The magic number used to identify a mailbox was copied in the message structure, so that the CONTEXT structure hasn't had to be passed to the mx_close_message function.
To make the mx_* functions more consistent, we now pass the context parameter to mx_close_message. It allows us to remove the "magic" in the message structure. Mailboxes can now implement the "close_msg" operation.
