Does this Mailbox type recognise this path? More...
Collaboration diagram for path_probe():Functions | |
| static enum MailboxType | comp_path_probe (const char *path, const struct stat *st) |
| Is this a compressed Mailbox? | |
| enum MailboxType | imap_path_probe (const char *path, const struct stat *st) |
| Is this an IMAP Mailbox? | |
| enum MailboxType | maildir_path_probe (const char *path, const struct stat *st) |
| Is this a Maildir Mailbox? | |
| enum MailboxType | mbox_path_probe (const char *path, const struct stat *st) |
| Is this an mbox Mailbox? | |
| static enum MailboxType | mh_path_probe (const char *path, const struct stat *st) |
| Is this an mh Mailbox? | |
| enum MailboxType | nntp_path_probe (const char *path, const struct stat *st) |
| Is this an NNTP Mailbox? | |
| enum MailboxType | nm_path_probe (const char *path, const struct stat *st) |
| Is this a Notmuch Mailbox? | |
| enum MailboxType | pop_path_probe (const char *path, const struct stat *st) |
| Is this a POP Mailbox? | |
Does this Mailbox type recognise this path?
| path | Path to examine |
| st | stat buffer (for local filesystems) |
| enum | MailboxType, e.g. MUTT_IMAP |
|
static |
Is this a compressed Mailbox?
Definition at line 858 of file compress.c.
Here is the call graph for this function:| enum MailboxType imap_path_probe | ( | const char * | path, |
| const struct stat * | st ) |
Is this an IMAP Mailbox?
Definition at line 2349 of file imap.c.
Here is the call graph for this function:
Here is the caller graph for this function:| enum MailboxType maildir_path_probe | ( | const char * | path, |
| const struct stat * | st ) |
Is this a Maildir Mailbox?
Definition at line 93 of file path.c.
| enum MailboxType mbox_path_probe | ( | const char * | path, |
| const struct stat * | st ) |
Is this an mbox Mailbox?
Definition at line 1542 of file mbox.c.
Here is the call graph for this function:
|
static |
Is this an mh Mailbox?
Definition at line 1197 of file mh.c.
| enum MailboxType nntp_path_probe | ( | const char * | path, |
| const struct stat * | st ) |
Is this an NNTP Mailbox?
Definition at line 2785 of file nntp.c.
Here is the call graph for this function:
Here is the caller graph for this function:| enum MailboxType nm_path_probe | ( | const char * | path, |
| const struct stat * | st ) |
Is this a Notmuch Mailbox?
Definition at line 2479 of file notmuch.c.
Here is the call graph for this function:
Here is the caller graph for this function:| enum MailboxType pop_path_probe | ( | const char * | path, |
| const struct stat * | st ) |
Is this a POP Mailbox?
Definition at line 1156 of file pop.c.
Here is the call graph for this function:
Here is the caller graph for this function: