index-fetch.h revision 56f45b3f3ae20e5c933701f4657dda5ef1916855
#ifndef __INDEX_FETCH_H
#define __INDEX_FETCH_H
struct fetch_context {
struct mail_storage *storage;
struct imap_message_cache *cache;
struct mail_index *index;
const char **keywords;
unsigned int keywords_count;
//struct mail_fetch_data *fetch_data;
int update_seen, failed;
int first;
};
struct mail_fetch_body_data *sect,
struct fetch_context *ctx);
#endif