34#ifndef MUTT_COMPMBOX_LIB_H
35#define MUTT_COMPMBOX_LIB_H
void mutt_comp_init(void)
Setup feature commands.
bool mutt_comp_can_append(struct Mailbox *m)
Can we append to this path?
int mutt_comp_valid_command(const char *cmd)
Is this command string allowed?
ExpandoDataCompress
Expando UIDs for Compression.
bool mutt_comp_can_read(const char *path)
Can we read from this file?
const struct MxOps MxCompOps
Compressed Mailbox - Implements MxOps -.
Private data for compress.
struct Expando * cmd_open
open-hook command
FILE * fp_lock
fp used for locking
struct Expando * cmd_append
append-hook command
const struct MxOps * child_ops
callbacks of de-compressed file
bool locked
if realpath is locked
long size
size of the compressed file
struct Expando * cmd_close
close-hook command