Does this Mailbox type recognise this path? More...
Functions | |
static enum MailboxType | comp_path_probe (const char *path, const struct stat *st) |
Is this a compressed Mailbox? - Implements MxOps::path_probe() -. | |
enum MailboxType | imap_path_probe (const char *path, const struct stat *st) |
Is this an IMAP Mailbox? - Implements MxOps::path_probe() -. | |
enum MailboxType | maildir_path_probe (const char *path, const struct stat *st) |
Is this a Maildir Mailbox? - Implements MxOps::path_probe() -. | |
enum MailboxType | mbox_path_probe (const char *path, const struct stat *st) |
Is this an mbox Mailbox? - Implements MxOps::path_probe() -. | |
static enum MailboxType | mh_path_probe (const char *path, const struct stat *st) |
Is this an mh Mailbox? - Implements MxOps::path_probe() -. | |
enum MailboxType | nntp_path_probe (const char *path, const struct stat *st) |
Is this an NNTP Mailbox? - Implements MxOps::path_probe() -. | |
enum MailboxType | nm_path_probe (const char *path, const struct stat *st) |
Is this a Notmuch Mailbox? - Implements MxOps::path_probe() -. | |
enum MailboxType | pop_path_probe (const char *path, const struct stat *st) |
Is this a POP Mailbox? - Implements MxOps::path_probe() -. | |
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? - Implements MxOps::path_probe() -.
Definition at line 893 of file compress.c.
enum MailboxType imap_path_probe | ( | const char * | path, |
const struct stat * | st | ||
) |
Is this an IMAP Mailbox? - Implements MxOps::path_probe() -.
Definition at line 2345 of file imap.c.
enum MailboxType maildir_path_probe | ( | const char * | path, |
const struct stat * | st | ||
) |
Is this a Maildir Mailbox? - Implements MxOps::path_probe() -.
Definition at line 94 of file path.c.
enum MailboxType mbox_path_probe | ( | const char * | path, |
const struct stat * | st | ||
) |
Is this an mbox Mailbox? - Implements MxOps::path_probe() -.
Definition at line 1543 of file mbox.c.
|
static |
Is this an mh Mailbox? - Implements MxOps::path_probe() -.
Definition at line 1199 of file mh.c.
enum MailboxType nntp_path_probe | ( | const char * | path, |
const struct stat * | st | ||
) |
Is this an NNTP Mailbox? - Implements MxOps::path_probe() -.
Definition at line 2786 of file nntp.c.
enum MailboxType nm_path_probe | ( | const char * | path, |
const struct stat * | st | ||
) |
Is this a Notmuch Mailbox? - Implements MxOps::path_probe() -.
Definition at line 2457 of file notmuch.c.
enum MailboxType pop_path_probe | ( | const char * | path, |
const struct stat * | st | ||
) |
Is this a POP Mailbox? - Implements MxOps::path_probe() -.
Definition at line 1157 of file pop.c.