| CamelMaildirSummaryCamelMaildirSummary |  | 
Functions
camel_maildir_summary_new ()
CamelMaildirSummary *
camel_maildir_summary_new (struct _CamelFolder *folder,
                           const gchar *maildirdir,
                           CamelIndex *index);
Create a new CamelMaildirSummary object.
 
camel_maildir_info_filename()
#define camel_maildir_info_filename(x) (((CamelMaildirMessageInfo *)x)->filename)
 
camel_maildir_info_set_filename()
#define camel_maildir_info_set_filename(x, s) (g_free(((CamelMaildirMessageInfo *)x)->filename),((CamelMaildirMessageInfo *)x)->filename = s)
 
 
Types and Values
CAMEL_MAILDIR_FLAG_SEP
#define CAMEL_MAILDIR_FLAG_SEP '!'
 
CAMEL_MAILDIR_FLAG_SEP_S
#define CAMEL_MAILDIR_FLAG_SEP_S "!"
 
CamelMaildirMessageInfo
typedef struct {
	CamelLocalMessageInfo info;
	gchar *filename;		/* maildir has this annoying status on the end of the filename, use this to get the real message id */
} CamelMaildirMessageInfo;