23#ifndef MUTT_MAILDIR_PATH_H
24#define MUTT_MAILDIR_PATH_H
Convenience wrapper for the core headers.
MailboxType
Supported mailbox formats.
int maildir_path_canon(struct Buffer *path)
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
enum MailboxType maildir_path_probe(const char *path, const struct stat *st)
Is this a Maildir Mailbox? - Implements MxOps::path_probe() -.
int maildir_path_is_empty(struct Buffer *path)
Is the mailbox empty.
String manipulation buffer.