maildir-storage.h revision b79fcd97b1ce9b413139f71170dc821d3ee3bdee
#ifndef __MAILDIR_STORAGE_H
#define __MAILDIR_STORAGE_H
#include "index-storage.h"
const char *messageset, int uidset);
struct mail_save_context *
const struct mail_full_flags *flags,
struct mailbox_list_context *
int *sorted);
struct mailbox_list *
/* Return new filename base to save into tmp/ */
const char *maildir_generate_tmp_filename(void);
#endif