23#ifndef MUTT_IMAP_MSG_SET_H
24#define MUTT_IMAP_MSG_SET_H
#define ARRAY_HEAD(name, type)
Define a named struct for arrays of elements of a certain type.
int imap_sort_uid(const void *a, const void *b, void *sdata)
Compare two UIDs - Implements sort_t -.
int imap_make_msg_set(struct UidArray *uida, struct Buffer *buf, int *pos)
Generate a compressed message set of UIDs.
int imap_exec_msg_set(struct ImapAccountData *adata, const char *pre, const char *post, struct UidArray *uida)
Execute a command using a set of UIDs.
Convenience wrapper for the library headers.
void * adata
Private data (for Mailbox backends)
String manipulation buffer.
IMAP-specific Account data -.