Home
last modified time | relevance | path

Searched refs:MUTT_MMDF (Results 1 – 16 of 16) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/
H A Deditmsg.c84 CH_NOLEN | (((m->type == MUTT_MBOX) || (m->type == MUTT_MMDF)) ? CH_NO_FLAGS : CH_NOSTATUS); in ev_message()
203 (((m->type == MUTT_MBOX) || (m->type == MUTT_MMDF)) ? CH_NO_FLAGS : CH_NOSTATUS); in ev_message()
207 if ((m->type == MUTT_MBOX) || (m->type == MUTT_MMDF)) in ev_message()
H A Dmx.c91 { "MMDF", MUTT_MMDF, },
810 if ((m->type == MUTT_MBOX) || (m->type == MUTT_MMDF)) in mx_mbox_close()
878 ((m->type == MUTT_MMDF) || (m->type == MUTT_MBOX)) && in mx_mbox_close()
1024 ((m->type == MUTT_MBOX) || (m->type == MUTT_MMDF)) && in mx_mbox_sync()
1090 if (m->type == MUTT_MMDF) in mx_msg_open_new()
1093 if (((m->type == MUTT_MBOX) || (m->type == MUTT_MMDF)) && (flags & MUTT_ADD_FROM)) in mx_msg_open_new()
H A Dmutt_mailbox.c133 case MUTT_MMDF: in mailbox_check()
H A Dcopy.c929 if ((dest->type == MUTT_MBOX) || (dest->type == MUTT_MMDF)) in append_message()
H A Dcommands.c1034 ((m_save->type == MUTT_MBOX) || (m_save->type == MUTT_MMDF)); in mutt_save_message()
H A Dbrowser.c1399 case MUTT_MMDF: in mutt_buffer_select_file()
/dports/mail/neomutt/neomutt-20211029/mbox/
H A Dmbox.c104 if ((m->type != MUTT_MBOX) && (m->type != MUTT_MMDF)) in mbox_adata_get()
122 if ((m->type != MUTT_MBOX) && (m->type != MUTT_MMDF)) in init_mailbox()
607 case MUTT_MMDF: in reopen_mailbox()
821 if ((type != MUTT_MBOX) && (type != MUTT_MMDF)) in mbox_test_new_folder()
874 if ((a->type != MUTT_MBOX) && (a->type != MUTT_MMDF)) in mbox_ac_owns_path()
956 else if (m->type == MUTT_MMDF) in mbox_mbox_open()
1252 if (m->type == MUTT_MMDF) in mbox_mbox_sync()
1283 if (m->type == MUTT_MMDF) in mbox_mbox_sync()
1317 case MUTT_MMDF: in mbox_mbox_sync()
1670 type = MUTT_MMDF; in mbox_path_probe()
[all …]
/dports/mail/neomutt/neomutt-20211029/core/
H A Dmailbox.h49 MUTT_MMDF, ///< 'mmdf' Mailbox type enumerator
H A Dmailbox.c47 { "mmdf", MUTT_MMDF },
/dports/mail/neomutt/neomutt-20211029/test/config/
H A Dhelpers.c34 { "MMDF", MUTT_MMDF, },
H A Ddump.c34 { "MMDF", MUTT_MMDF, },
/dports/mail/neomutt/neomutt-20211029/debug/
H A Dnotify.c84 case MUTT_MMDF: in get_mailbox_type()
H A Dgraphviz.c503 case MUTT_MMDF: in dot_mailbox_type()
/dports/mail/neomutt/neomutt-20211029/compmbox/
H A Dcompress.c541 if ((m->type != MUTT_MBOX) && (m->type != MUTT_MMDF)) in comp_mbox_open_append()
/dports/mail/neomutt/neomutt-20211029/send/
H A Dsendlib.c1555 if ((m_fcc->type == MUTT_MMDF) || (m_fcc->type == MUTT_MBOX)) in mutt_write_fcc()
1606 if ((m_fcc->type == MUTT_MMDF) || (m_fcc->type == MUTT_MBOX)) in mutt_write_fcc()
/dports/mail/neomutt/neomutt-20211029/attach/
H A Dmutt_attach.c920 if ((m_att->type == MUTT_MBOX) || (m_att->type == MUTT_MMDF)) in mutt_save_attachment()