.msg_open_new = imap_msg_open_new,
.msg_commit = imap_msg_commit,
.msg_close = imap_msg_close,
+ .msg_padding_size = NULL,
.tags_edit = imap_tags_edit,
.tags_commit = imap_tags_commit,
.path_probe = imap_path_probe,
.msg_open_new = maildir_msg_open_new,
.msg_commit = maildir_msg_commit,
.msg_close = mh_msg_close,
+ .msg_padding_size = NULL,
.tags_edit = NULL,
.tags_commit = NULL,
.path_probe = maildir_path_probe,
.msg_open_new = mh_msg_open_new,
.msg_commit = mh_msg_commit,
.msg_close = mh_msg_close,
+ .msg_padding_size = NULL,
.tags_edit = NULL,
.tags_commit = NULL,
.path_probe = mh_path_probe,
* @retval 0 Success
* @retval -1 Failure
*/
- int (*path_canon) (char *buf, size_t buflen, const char *folder);
+ int (*path_canon) (char *buf, size_t buflen, const char *folder);
/**
* path_pretty - Abbreviate a mailbox path
* @param buf Path to modify
.msg_open_new = NULL,
.msg_commit = NULL,
.msg_close = nntp_msg_close,
+ .msg_padding_size = NULL,
.tags_edit = NULL,
.tags_commit = NULL,
.path_probe = nntp_path_probe,
.msg_open_new = NULL,
.msg_commit = nm_msg_commit,
.msg_close = nm_msg_close,
+ .msg_padding_size = NULL,
.tags_edit = nm_tags_edit,
.tags_commit = nm_tags_commit,
.path_probe = nm_path_probe,
.msg_open_new = NULL,
.msg_commit = NULL,
.msg_close = pop_msg_close,
+ .msg_padding_size = NULL,
.tags_edit = NULL,
.tags_commit = NULL,
.path_probe = pop_path_probe,