# HG changeset patch
# User Damien Riegel <[email protected]>
# Date 1462473756 14400
# Thu May 05 14:42:36 2016 -0400
# Node ID 0663bf928af458456f0a65c077c68e3a75fcd43a
# Parent ec760e105fa8a6d1c7e222a68e23c86d9ba563ec
maildir: populate open callback
Reuse maildir_open_mailbox for open callback in mx_maildir_ops.
diff -r ec760e105fa8 -r 0663bf928af4 mh.c
--- a/mh.c Thu May 05 15:09:34 2016 -0400
+++ b/mh.c Thu May 05 14:42:36 2016 -0400
@@ -1179,6 +1179,7 @@
struct mx_ops mx_maildir_ops = {
.probe = maildir_probe,
+ .open = maildir_open_mailbox,
.close = mh_close_mailbox,
};