# HG changeset patch # User Damien Riegel <damien.rie...@gmail.com> # Date 1462473735 14400 # Thu May 05 14:42:15 2016 -0400 # Node ID 39f911aedccbfd479328252576c50073fe8d6b13 # Parent c604cde6393597d2cd2e10090f289b4792d1629e mh: populate open callback
Reuse mh_open_mailbox for open callback in mx_mh_ops. diff -r c604cde63935 -r 39f911aedccb mh.c --- a/mh.c Thu May 05 15:09:18 2016 -0400 +++ b/mh.c Thu May 05 14:42:15 2016 -0400 @@ -1173,6 +1173,7 @@ struct mx_ops mx_mh_ops = { .probe = mh_probe, + .open = mh_open_mailbox, .close = mh_close_mailbox, };