]> granicus.if.org Git - neomutt/commit
Convert mx_open_mailbox_append() to use ctx->mx_ops.
authorKevin McCarthy <kevin@8t8.us>
Mon, 1 Aug 2016 22:04:45 +0000 (15:04 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 1 Aug 2016 22:04:45 +0000 (15:04 -0700)
commit98ff824c98ead71d0a6c9e0eec26d56e9074b42b
tree780e5ed24b29c7d9982bf0c17fe2e9dba8d27b2e
parentc4c9439b4deb95d17e37970cf1da1c75d69dcb1b
Convert mx_open_mailbox_append() to use ctx->mx_ops.

Set the flag MUTT_NEWFOLDER to signal Maildir and MH to create the directory structure.

Distribute the "open append" code to mbox, mh, and imap/imap.c.

Set pop's mx_ops handler to NULL to signal it is not supported.
imap/imap.c
imap/imap.h
mbox.c
mh.c
mutt.h
mx.c
pop.c