# HG changeset patch
# User Damien Riegel <[email protected]>
# Date 1462473615 14400
# Thu May 05 14:40:15 2016 -0400
# Node ID ae90114e6ef33712f271cad86604e8f9c8619773
# Parent c5e145e87110d5d5dc34cb5005040b424b06ae69
imap: populate open callback
Reuse imap_open_mailbox for open callback in mx_imap_ops.
diff -r c5e145e87110 -r ae90114e6ef3 imap/imap.c
--- a/imap/imap.c Thu May 05 14:39:35 2016 -0400
+++ b/imap/imap.c Thu May 05 14:40:15 2016 -0400
@@ -561,6 +561,7 @@
struct mx_ops mx_imap_ops = {
.probe = imap_probe,
+ .open = imap_open_mailbox,
.close = imap_close_mailbox,
};