]> granicus.if.org Git - neomutt/commit
add open_new_msg operation to struct mx_ops
authorDamien Riegel <damien@riegel.io>
Wed, 25 May 2016 22:53:07 +0000 (15:53 -0700)
committerDamien Riegel <damien@riegel.io>
Wed, 25 May 2016 22:53:07 +0000 (15:53 -0700)
commitec97dd53c0bc061bd10bd669e275d02c05dfdcc6
tree48f13acdcbd661f9aaf2c94354942cd184ca501b
parent1ad0488cd32d6e64336bb14a5ba475f0d31c9a8d
add open_new_msg operation to struct mx_ops

The code was already using a function pointer to do this operation. This
commit moves this function pointer to the mx_ops structure and the
open_new_message functions to their respective source files if it needs
to.
imap/imap.c
mailbox.h
mbox.c
mh.c
mutt.h
mx.c
mx.h