Home
last modified time | relevance | path

Searched refs:mx_path_canon (Results 1 – 3 of 3) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/
H A Dmx.h57 int mx_path_canon (char *buf, size_t buflen, const char *folder, enum MailboxType …
H A Dmx.c1368 int mx_path_canon(char *buf, size_t buflen, const char *folder, enum MailboxType *type) in mx_path_canon() function
1485 int rc = mx_path_canon(buf, sizeof(buf), folder, &m->type); in mx_path_canon2()
1653 mx_path_canon(buf, sizeof(buf), c_folder, NULL); in mx_mbox_find2()
/dports/mail/neomutt/neomutt-20211029/index/
H A Ddlg_index.c736 mx_path_canon(buf, buflen, c_folder, NULL); in change_folder_string()