]> granicus.if.org Git - neomutt/commit
Use the ctx->mx_ops instead of calling mx_get_ops()
authorKevin McCarthy <kevin@8t8.us>
Wed, 3 Aug 2016 02:18:46 +0000 (19:18 -0700)
committerKevin McCarthy <kevin@8t8.us>
Wed, 3 Aug 2016 02:18:46 +0000 (19:18 -0700)
commitd8442053b669067ddce2eeae0f2f85a5c8f88c3a
tree17dc73cd91e7982c15f8b291139f6e4024c7859a
parent78eba0d4899f80b6f23b8743705d9fa35c546e70
Use the ctx->mx_ops instead of calling mx_get_ops()

With mx_open_mailbox_append() setting the ctx->mx_ops, all contexts
should have mx_ops set.

Remove calls to mx_get_ops() and instead directly use ctx->mx_ops.
mx.c