Home
last modified time | relevance | path

Searched refs:mx_msg_commit (Results 1 – 7 of 7) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/
H A Dmx.h52 int mx_msg_commit (struct Mailbox *m, struct Message *msg);
H A Deditmsg.c239 rc = mx_msg_commit(m, msg); in ev_message()
H A Dcopy.c933 if (mx_msg_commit(dest, msg) != 0) in append_message()
H A Dmx.c1170 int mx_msg_commit(struct Mailbox *m, struct Message *msg) in mx_msg_commit() function
/dports/mail/neomutt/neomutt-20211029/send/
H A Dsendlib.c1701 mx_msg_commit(m_fcc, msg); /* XXX really? */ in mutt_write_fcc()
1734 if (mx_msg_commit(m_fcc, msg) != 0) in mutt_write_fcc()
/dports/mail/neomutt/neomutt-20211029/pop/
H A Dpop.c625 if ((ret == 0) && (mx_msg_commit(m_spool, msg) != 0)) in pop_fetch_mail()
/dports/mail/neomutt/neomutt-20211029/attach/
H A Dmutt_attach.c924 (mx_msg_commit(m_att, msg) == 0)) in mutt_save_attachment()