}
/**
- * comp_msg_padding_size - Bytes of padding between messages - Implements MxOps::msg_padding_size
+ * comp_msg_padding_size - Bytes of padding between messages - Implements MxOps::msg_padding_size()
* @param ctx Mailbox
* @retval num Number of bytes of padding
*/
}
/**
- * comp_tags_edit - Implements MxOps::tags_edit
+ * comp_tags_edit - Implements MxOps::tags_edit()
*/
static int comp_tags_edit(struct Context *ctx, const char *tags, char *buf, size_t buflen)
{
}
/**
- * comp_tags_commit - Implements MxOps::tags_commit
+ * comp_tags_commit - Implements MxOps::tags_commit()
*/
static int comp_tags_commit(struct Context *ctx, struct Header *hdr, char *buf)
{
}
/**
- * comp_path_probe - Is this a compressed mailbox? - Implements MxOps::path_probe
+ * comp_path_probe - Is this a compressed mailbox? - Implements MxOps::path_probe()
*/
int comp_path_probe(const char *path, const struct stat *st)
{
}
/**
- * comp_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon
+ * comp_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon()
*/
int comp_path_canon(char *buf, size_t buflen, const char *folder)
{
}
/**
- * comp_path_pretty - Implements MxOps::path_pretty
+ * comp_path_pretty - Implements MxOps::path_pretty()
*/
int comp_path_pretty(char *buf, size_t buflen, const char *folder)
{
}
/**
- * comp_path_parent - Implements MxOps::path_parent
+ * comp_path_parent - Implements MxOps::path_parent()
*/
int comp_path_parent(char *buf, size_t buflen)
{
#include "types.h"
/**
- * address_destroy - Destroy an Address object - Implements ::cst_destroy
+ * address_destroy - Destroy an Address object - Implements ::cst_destroy()
*/
static void address_destroy(const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef)
{
}
/**
- * address_string_set - Set an Address by string - Implements ::cst_string_set
+ * address_string_set - Set an Address by string - Implements ::cst_string_set()
*/
static int address_string_set(const struct ConfigSet *cs, void *var, struct ConfigDef *cdef,
const char *value, struct Buffer *err)
}
/**
- * address_string_get - Get an Address as a string - Implements ::cst_string_get
+ * address_string_get - Get an Address as a string - Implements ::cst_string_get()
*/
static int address_string_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *result)
}
/**
- * address_native_set - Set an Address config item by Address object - Implements ::cst_native_set
+ * address_native_set - Set an Address config item by Address object - Implements ::cst_native_set()
*/
static int address_native_set(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, intptr_t value,
}
/**
- * address_native_get - Get an Address object from an Address config item - Implements ::cst_native_get
+ * address_native_get - Get an Address object from an Address config item - Implements ::cst_native_get()
*/
static intptr_t address_native_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
}
/**
- * address_reset - Reset an Address to its initial value - Implements ::cst_reset
+ * address_reset - Reset an Address to its initial value - Implements ::cst_reset()
*/
static int address_reset(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
};
/**
- * bool_string_set - Set a Bool by string - Implements ::cst_string_set
+ * bool_string_set - Set a Bool by string - Implements ::cst_string_set()
*/
static int bool_string_set(const struct ConfigSet *cs, void *var, struct ConfigDef *cdef,
const char *value, struct Buffer *err)
}
/**
- * bool_string_get - Get a Bool as a string - Implements ::cst_string_get
+ * bool_string_get - Get a Bool as a string - Implements ::cst_string_get()
*/
static int bool_string_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *result)
}
/**
- * bool_native_set - Set a Bool config item by bool - Implements ::cst_native_set
+ * bool_native_set - Set a Bool config item by bool - Implements ::cst_native_set()
*/
static int bool_native_set(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
}
/**
- * bool_native_get - Get a bool from a Bool config item - Implements ::cst_native_get
+ * bool_native_get - Get a bool from a Bool config item - Implements ::cst_native_get()
*/
static intptr_t bool_native_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
}
/**
- * bool_reset - Reset a Bool to its initial value - Implements ::cst_reset
+ * bool_reset - Reset a Bool to its initial value - Implements ::cst_reset()
*/
static int bool_reset(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
#include "types.h"
/**
- * long_string_set - Set a Long by string - Implements ::cst_string_set
+ * long_string_set - Set a Long by string - Implements ::cst_string_set()
*/
static int long_string_set(const struct ConfigSet *cs, void *var, struct ConfigDef *cdef,
const char *value, struct Buffer *err)
}
/**
- * long_string_get - Get a Long as a string - Implements ::cst_string_get
+ * long_string_get - Get a Long as a string - Implements ::cst_string_get()
*/
static int long_string_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *result)
}
/**
- * long_native_set - Set a Long config item by int - Implements ::cst_native_set
+ * long_native_set - Set a Long config item by int - Implements ::cst_native_set()
*/
static int long_native_set(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
}
/**
- * long_native_get - Get an int from a Long config item - Implements ::cst_native_get
+ * long_native_get - Get an int from a Long config item - Implements ::cst_native_get()
*/
static intptr_t long_native_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
}
/**
- * long_reset - Reset a Long to its initial value - Implements ::cst_reset
+ * long_reset - Reset a Long to its initial value - Implements ::cst_reset()
*/
static int long_reset(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
};
/**
- * magic_string_set - Set a Mailbox Magic by string - Implements ::cst_string_set
+ * magic_string_set - Set a Mailbox Magic by string - Implements ::cst_string_set()
*/
static int magic_string_set(const struct ConfigSet *cs, void *var, struct ConfigDef *cdef,
const char *value, struct Buffer *err)
}
/**
- * magic_string_get - Get a Mailbox Magic as a string - Implements ::cst_string_get
+ * magic_string_get - Get a Mailbox Magic as a string - Implements ::cst_string_get()
*/
static int magic_string_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *result)
}
/**
- * magic_native_set - Set a Mailbox Magic config item by int - Implements ::cst_native_set
+ * magic_native_set - Set a Mailbox Magic config item by int - Implements ::cst_native_set()
*/
static int magic_native_set(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
}
/**
- * magic_native_get - Get an int from a Mailbox Magic config item - Implements ::cst_native_get
+ * magic_native_get - Get an int from a Mailbox Magic config item - Implements ::cst_native_get()
*/
static intptr_t magic_native_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
}
/**
- * magic_reset - Reset a Mailbox Magic to its initial value - Implements ::cst_reset
+ * magic_reset - Reset a Mailbox Magic to its initial value - Implements ::cst_reset()
*/
static int magic_reset(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
}
/**
- * mbtable_destroy - Destroy an MbTable object - Implements ::cst_destroy
+ * mbtable_destroy - Destroy an MbTable object - Implements ::cst_destroy()
*/
static void mbtable_destroy(const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef)
{
}
/**
- * mbtable_string_set - Set a MbTable by string - Implements ::cst_string_set
+ * mbtable_string_set - Set a MbTable by string - Implements ::cst_string_set()
*/
static int mbtable_string_set(const struct ConfigSet *cs, void *var, struct ConfigDef *cdef,
const char *value, struct Buffer *err)
}
/**
- * mbtable_string_get - Get a MbTable as a string - Implements ::cst_string_get
+ * mbtable_string_get - Get a MbTable as a string - Implements ::cst_string_get()
*/
static int mbtable_string_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *result)
}
/**
- * mbtable_native_set - Set a MbTable config item by MbTable object - Implements ::cst_native_set
+ * mbtable_native_set - Set a MbTable config item by MbTable object - Implements ::cst_native_set()
*/
static int mbtable_native_set(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, intptr_t value,
}
/**
- * mbtable_native_get - Get an MbTable object from a MbTable config item - Implements ::cst_native_get
+ * mbtable_native_get - Get an MbTable object from a MbTable config item - Implements ::cst_native_get()
*/
static intptr_t mbtable_native_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
}
/**
- * mbtable_reset - Reset an MbTable to its initial value - Implements ::cst_reset
+ * mbtable_reset - Reset an MbTable to its initial value - Implements ::cst_reset()
*/
static int mbtable_reset(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
#include "types.h"
/**
- * number_string_set - Set a Number by string - Implements ::cst_string_set
+ * number_string_set - Set a Number by string - Implements ::cst_string_set()
*/
static int number_string_set(const struct ConfigSet *cs, void *var, struct ConfigDef *cdef,
const char *value, struct Buffer *err)
}
/**
- * number_string_get - Get a Number as a string - Implements ::cst_string_get
+ * number_string_get - Get a Number as a string - Implements ::cst_string_get()
*/
static int number_string_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *result)
}
/**
- * number_native_set - Set a Number config item by int - Implements ::cst_native_set
+ * number_native_set - Set a Number config item by int - Implements ::cst_native_set()
*/
static int number_native_set(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, intptr_t value,
}
/**
- * number_native_get - Get an int from a Number config item - Implements ::cst_native_get
+ * number_native_get - Get an int from a Number config item - Implements ::cst_native_get()
*/
static intptr_t number_native_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
}
/**
- * number_reset - Reset a Number to its initial value - Implements ::cst_reset
+ * number_reset - Reset a Number to its initial value - Implements ::cst_reset()
*/
static int number_reset(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
#include "types.h"
/**
- * path_destroy - Destroy a Path - Implements ::cst_destroy
+ * path_destroy - Destroy a Path - Implements ::cst_destroy()
*/
static void path_destroy(const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef)
{
}
/**
- * path_string_set - Set a Path by string - Implements ::cst_string_set
+ * path_string_set - Set a Path by string - Implements ::cst_string_set()
*/
static int path_string_set(const struct ConfigSet *cs, void *var, struct ConfigDef *cdef,
const char *value, struct Buffer *err)
}
/**
- * path_string_get - Get a Path as a string - Implements ::cst_string_get
+ * path_string_get - Get a Path as a string - Implements ::cst_string_get()
*/
static int path_string_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *result)
}
/**
- * path_native_set - Set a Path config item by string - Implements ::cst_native_set
+ * path_native_set - Set a Path config item by string - Implements ::cst_native_set()
*/
static int path_native_set(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
}
/**
- * path_native_get - Get a string from a Path config item - Implements ::cst_native_get
+ * path_native_get - Get a string from a Path config item - Implements ::cst_native_get()
*/
static intptr_t path_native_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
}
/**
- * path_reset - Reset a Path to its initial value - Implements ::cst_reset
+ * path_reset - Reset a Path to its initial value - Implements ::cst_reset()
*/
static int path_reset(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
};
/**
- * quad_string_set - Set a Quad-option by string - Implements ::cst_string_set
+ * quad_string_set - Set a Quad-option by string - Implements ::cst_string_set()
*/
static int quad_string_set(const struct ConfigSet *cs, void *var, struct ConfigDef *cdef,
const char *value, struct Buffer *err)
}
/**
- * quad_string_get - Get a Quad-option as a string - Implements ::cst_string_get
+ * quad_string_get - Get a Quad-option as a string - Implements ::cst_string_get()
*/
static int quad_string_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *result)
}
/**
- * quad_native_set - Set a Quad-option config item by int - Implements ::cst_native_set
+ * quad_native_set - Set a Quad-option config item by int - Implements ::cst_native_set()
*/
static int quad_native_set(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
}
/**
- * quad_native_get - Get an int object from a Quad-option config item - Implements ::cst_native_get
+ * quad_native_get - Get an int object from a Quad-option config item - Implements ::cst_native_get()
*/
static intptr_t quad_native_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
}
/**
- * quad_reset - Reset a Quad-option to its initial value - Implements ::cst_reset
+ * quad_reset - Reset a Quad-option to its initial value - Implements ::cst_reset()
*/
static int quad_reset(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
#include "types.h"
/**
- * regex_destroy - Destroy a Regex object - Implements ::cst_destroy
+ * regex_destroy - Destroy a Regex object - Implements ::cst_destroy()
*/
static void regex_destroy(const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef)
{
}
/**
- * regex_string_set - Set a Regex by string - Implements ::cst_string_set
+ * regex_string_set - Set a Regex by string - Implements ::cst_string_set()
*/
static int regex_string_set(const struct ConfigSet *cs, void *var, struct ConfigDef *cdef,
const char *value, struct Buffer *err)
}
/**
- * regex_string_get - Get a Regex as a string - Implements ::cst_string_get
+ * regex_string_get - Get a Regex as a string - Implements ::cst_string_get()
*/
static int regex_string_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *result)
}
/**
- * regex_native_set - Set a Regex config item by Regex object - Implements ::cst_native_set
+ * regex_native_set - Set a Regex config item by Regex object - Implements ::cst_native_set()
*/
static int regex_native_set(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
}
/**
- * regex_native_get - Get a Regex object from a Regex config item - Implements ::cst_native_get
+ * regex_native_get - Get a Regex object from a Regex config item - Implements ::cst_native_get()
*/
static intptr_t regex_native_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
}
/**
- * regex_reset - Reset a Regex to its initial value - Implements ::cst_reset
+ * regex_reset - Reset a Regex to its initial value - Implements ::cst_reset()
*/
static int regex_reset(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
// clang-format on
/**
- * sort_string_set - Set a Sort by string - Implements ::cst_string_set
+ * sort_string_set - Set a Sort by string - Implements ::cst_string_set()
*/
static int sort_string_set(const struct ConfigSet *cs, void *var, struct ConfigDef *cdef,
const char *value, struct Buffer *err)
}
/**
- * sort_string_get - Get a Sort as a string - Implements ::cst_string_get
+ * sort_string_get - Get a Sort as a string - Implements ::cst_string_get()
*/
static int sort_string_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *result)
}
/**
- * sort_native_set - Set a Sort config item by int - Implements ::cst_native_set
+ * sort_native_set - Set a Sort config item by int - Implements ::cst_native_set()
*/
static int sort_native_set(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
}
/**
- * sort_native_get - Get an int from a Sort config item - Implements ::cst_native_get
+ * sort_native_get - Get an int from a Sort config item - Implements ::cst_native_get()
*/
static intptr_t sort_native_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
}
/**
- * sort_reset - Reset a Sort to its initial value - Implements ::cst_reset
+ * sort_reset - Reset a Sort to its initial value - Implements ::cst_reset()
*/
static int sort_reset(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
#include "types.h"
/**
- * string_destroy - Destroy a String - Implements ::cst_destroy
+ * string_destroy - Destroy a String - Implements ::cst_destroy()
*/
static void string_destroy(const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef)
{
}
/**
- * string_string_set - Set a String by string - Implements ::cst_string_set
+ * string_string_set - Set a String by string - Implements ::cst_string_set()
*/
static int string_string_set(const struct ConfigSet *cs, void *var, struct ConfigDef *cdef,
const char *value, struct Buffer *err)
}
/**
- * string_string_get - Get a String as a string - Implements ::cst_string_get
+ * string_string_get - Get a String as a string - Implements ::cst_string_get()
*/
static int string_string_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *result)
}
/**
- * string_native_set - Set a String config item by string - Implements ::cst_native_set
+ * string_native_set - Set a String config item by string - Implements ::cst_native_set()
*/
static int string_native_set(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, intptr_t value,
}
/**
- * string_native_get - Get a string from a String config item - Implements ::cst_native_get
+ * string_native_get - Get a string from a String config item - Implements ::cst_native_get()
*/
static intptr_t string_native_get(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
}
/**
- * string_reset - Reset a String to its initial value - Implements ::cst_reset
+ * string_reset - Reset a String to its initial value - Implements ::cst_reset()
*/
static int string_reset(const struct ConfigSet *cs, void *var,
const struct ConfigDef *cdef, struct Buffer *err)
}
/**
- * mutt_reply_listener - Listen for config changes to "reply_regex" - Implements ::cs_listener
+ * mutt_reply_listener - Listen for config changes to "reply_regex" - Implements ::cs_listener()
*/
bool mutt_reply_listener(const struct ConfigSet *cs, struct HashElem *he,
const char *name, enum ConfigEvent ev)
}
/**
- * imap_path_probe - Is this an IMAP mailbox? - Implements MxOps::path_probe
+ * imap_path_probe - Is this an IMAP mailbox? - Implements MxOps::path_probe()
*/
int imap_path_probe(const char *path, const struct stat *st)
{
}
/**
- * imap_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon
+ * imap_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon()
*/
int imap_path_canon(char *buf, size_t buflen, const char *folder)
{
}
/**
- * imap_path_pretty - Implements MxOps::path_pretty
+ * imap_path_pretty - Implements MxOps::path_pretty()
*/
int imap_path_pretty(char *buf, size_t buflen, const char *folder)
{
}
/**
- * imap_path_parent - Implements MxOps::path_parent
+ * imap_path_parent - Implements MxOps::path_parent()
*/
int imap_path_parent(char *buf, size_t buflen)
{
}
/**
- * charset_validator - Validate the "charset" config variable - Implements ::cs_validator
+ * charset_validator - Validate the "charset" config variable - Implements ::cs_validator()
*/
int charset_validator(const struct ConfigSet *cs, const struct ConfigDef *cdef,
intptr_t value, struct Buffer *err)
#ifdef USE_HCACHE
/**
- * hcache_validator - Validate the "header_cache_backend" config variable - Implements ::cs_validator
+ * hcache_validator - Validate the "header_cache_backend" config variable - Implements ::cs_validator()
*/
int hcache_validator(const struct ConfigSet *cs, const struct ConfigDef *cdef,
intptr_t value, struct Buffer *err)
#endif
/**
- * pager_validator - Check for config variables that can't be set from the pager - Implements ::cs_validator
+ * pager_validator - Check for config variables that can't be set from the pager - Implements ::cs_validator()
*/
int pager_validator(const struct ConfigSet *cs, const struct ConfigDef *cdef,
intptr_t value, struct Buffer *err)
}
/**
- * multipart_validator - Validate the "show_multipart_alternative" config variable - Implements ::cs_validator
+ * multipart_validator - Validate the "show_multipart_alternative" config variable - Implements ::cs_validator()
*/
int multipart_validator(const struct ConfigSet *cs, const struct ConfigDef *cdef,
intptr_t value, struct Buffer *err)
}
/**
- * reply_validator - Validate the "reply_regex" config variable - Implements ::cs_validator
+ * reply_validator - Validate the "reply_regex" config variable - Implements ::cs_validator()
*/
int reply_validator(const struct ConfigSet *cs, const struct ConfigDef *cdef,
intptr_t value, struct Buffer *err)
}
/**
- * maildir_path_probe - Is this a Maildir mailbox? - Implements MxOps::path_probe
+ * maildir_path_probe - Is this a Maildir mailbox? - Implements MxOps::path_probe()
*/
int maildir_path_probe(const char *path, const struct stat *st)
{
}
/**
- * mh_path_probe - Is this an mh mailbox? - Implements MxOps::path_probe
+ * mh_path_probe - Is this an mh mailbox? - Implements MxOps::path_probe()
*/
int mh_path_probe(const char *path, const struct stat *st)
{
}
/**
- * maildir_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon
+ * maildir_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon()
*/
int maildir_path_canon(char *buf, size_t buflen, const char *folder)
{
}
/**
- * maildir_path_pretty - Implements MxOps::path_pretty
+ * maildir_path_pretty - Implements MxOps::path_pretty()
*/
int maildir_path_pretty(char *buf, size_t buflen, const char *folder)
{
}
/**
- * maildir_path_parent - Implements MxOps::path_parent
+ * maildir_path_parent - Implements MxOps::path_parent()
*/
int maildir_path_parent(char *buf, size_t buflen)
{
}
/**
- * mbox_msg_padding_size - Bytes of padding between messages - Implements MxOps::msg_padding_size
+ * mbox_msg_padding_size - Bytes of padding between messages - Implements MxOps::msg_padding_size()
* @param ctx Mailbox
* @retval 1 Always
*/
}
/**
- * mmdf_msg_padding_size - Bytes of padding between messages - Implements MxOps::msg_padding_size
+ * mmdf_msg_padding_size - Bytes of padding between messages - Implements MxOps::msg_padding_size()
* @param ctx Mailbox
* @retval 10 Always
*/
}
/**
- * mbox_path_probe - Is this an mbox mailbox? - Implements MxOps::path_probe
+ * mbox_path_probe - Is this an mbox mailbox? - Implements MxOps::path_probe()
*/
int mbox_path_probe(const char *path, const struct stat *st)
{
}
/**
- * mbox_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon
+ * mbox_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon()
*/
int mbox_path_canon(char *buf, size_t buflen, const char *folder)
{
}
/**
- * mbox_path_pretty - Implements MxOps::path_pretty
+ * mbox_path_pretty - Implements MxOps::path_pretty()
*/
int mbox_path_pretty(char *buf, size_t buflen, const char *folder)
{
}
/**
- * mbox_path_parent - Implements MxOps::path_parent
+ * mbox_path_parent - Implements MxOps::path_parent()
*/
int mbox_path_parent(char *buf, size_t buflen)
{
}
/**
- * mutt_menu_listener - Listen for config changes affecting the menu - Implements ::cs_listener
+ * mutt_menu_listener - Listen for config changes affecting the menu - Implements ::cs_listener()
*/
bool mutt_menu_listener(const struct ConfigSet *cs, struct HashElem *he,
const char *name, enum ConfigEvent ev)
}
/**
- * mutt_hist_listener - Listen for config changes affecting the history - Implements ::cs_listener
+ * mutt_hist_listener - Listen for config changes affecting the history - Implements ::cs_listener()
*/
bool mutt_hist_listener(const struct ConfigSet *cs, struct HashElem *he,
const char *name, enum ConfigEvent ev)
}
/**
- * mutt_log_listener - Listen for config changes affecting the log file - Implements ::cs_listener
+ * mutt_log_listener - Listen for config changes affecting the log file - Implements ::cs_listener()
*/
bool mutt_log_listener(const struct ConfigSet *cs, struct HashElem *he,
const char *name, enum ConfigEvent ev)
}
/**
- * nntp_path_probe - Is this an NNTP mailbox? - Implements MxOps::path_probe
+ * nntp_path_probe - Is this an NNTP mailbox? - Implements MxOps::path_probe()
*/
int nntp_path_probe(const char *path, const struct stat *st)
{
}
/**
- * nntp_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon
+ * nntp_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon()
*/
int nntp_path_canon(char *buf, size_t buflen, const char *folder)
{
}
/**
- * nntp_path_pretty - Implements MxOps::path_pretty
+ * nntp_path_pretty - Implements MxOps::path_pretty()
*/
int nntp_path_pretty(char *buf, size_t buflen, const char *folder)
{
}
/**
- * nntp_path_parent - Implements MxOps::path_parent
+ * nntp_path_parent - Implements MxOps::path_parent()
*/
int nntp_path_parent(char *buf, size_t buflen)
{
}
/**
- * nm_path_probe - Is this a Notmuch mailbox? - Implements MxOps::path_probe
+ * nm_path_probe - Is this a Notmuch mailbox? - Implements MxOps::path_probe()
*/
int nm_path_probe(const char *path, const struct stat *st)
{
}
/**
- * nm_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon
+ * nm_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon()
*/
int nm_path_canon(char *buf, size_t buflen, const char *folder)
{
}
/**
- * nm_path_pretty - Implements MxOps::path_pretty
+ * nm_path_pretty - Implements MxOps::path_pretty()
*/
int nm_path_pretty(char *buf, size_t buflen, const char *folder)
{
}
/**
- * nm_path_parent - Implements MxOps::path_parent
+ * nm_path_parent - Implements MxOps::path_parent()
*/
int nm_path_parent(char *buf, size_t buflen)
{
}
/**
- * pop_path_probe - Is this a POP mailbox? - Implements MxOps::path_probe
+ * pop_path_probe - Is this a POP mailbox? - Implements MxOps::path_probe()
*/
int pop_path_probe(const char *path, const struct stat *st)
{
}
/**
- * pop_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon
+ * pop_path_canon - Canonicalise a mailbox path - Implements MxOps::path_canon()
*/
int pop_path_canon(char *buf, size_t buflen, const char *folder)
{
}
/**
- * pop_path_pretty - Implements MxOps::path_pretty
+ * pop_path_pretty - Implements MxOps::path_pretty()
*/
int pop_path_pretty(char *buf, size_t buflen, const char *folder)
{
}
/**
- * pop_path_parent - Implements MxOps::path_parent
+ * pop_path_parent - Implements MxOps::path_parent()
*/
int pop_path_parent(char *buf, size_t buflen)
{