Home
last modified time | relevance | path

Searched refs:mx_path_probe (Results 1 – 9 of 9) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/
H A Dmx.c211 m->type = mx_path_probe(mailbox_path(m)); in mx_open_mailbox_append()
350 m->type = mx_path_probe(mailbox_path(m)); in mx_mbox_open()
1257 enum MailboxType type = mx_path_probe(path); in mx_path_is_empty()
1322 enum MailboxType mx_path_probe(const char *path) in mx_path_probe() function
1451 enum MailboxType type2 = mx_path_probe(buf); in mx_path_canon()
1506 enum MailboxType type = mx_path_probe(buf); in mx_path_pretty()
H A Dmutt_mailbox.c86 enum MailboxType mb_type = mx_path_probe(mailbox_path(m_check)); in mailbox_check()
105 ((m_check->type = mx_path_probe(mailbox_path(m_check))) <= 0))) in mailbox_check()
H A Dmx.h61 enum MailboxType mx_path_probe (const char *path);
H A Dmuttlib.c193 enum MailboxType mb_type = mx_path_probe(c_folder); in mutt_buffer_expand_path_regex()
1364 enum MailboxType type = mx_path_probe(s); in mutt_save_confirm()
1557 enum MailboxType mb_type = mx_path_probe(path); in mutt_get_parent_path()
H A Dbrowser.c1393 switch (mx_path_probe(CurrentFolder)) in mutt_buffer_select_file()
1543 enum MailboxType type = mx_path_probe(mutt_buffer_string(buf)); in mutt_buffer_select_file()
/dports/mail/neomutt/neomutt-20211029/compmbox/
H A Dcompress.c466 m->type = mx_path_probe(mailbox_path(m)); in comp_mbox_open()
533 m->type = mx_path_probe(mailbox_path(m)); in comp_mbox_open_append()
/dports/mail/neomutt/neomutt-20211029/index/
H A Ddlg_index.c739 enum MailboxType type = mx_path_probe(buf); in change_folder_string()
/dports/mail/neomutt/neomutt-20211029/mbox/
H A Dmbox.c819 enum MailboxType type = mx_path_probe(path); in mbox_test_new_folder()
/dports/mail/neomutt/neomutt-20211029/compose/
H A Dfunctions.c545 if (mx_path_probe(mutt_buffer_string(fname)) != MUTT_NOTMUCH) in op_compose_attach_message()