changeset 4762:9bc48d105ac5 HEAD

This file hasn't been used for a long time.
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Nov 2006 22:12:28 +0200
parents ca5e7977512d
children 8bbed82738ec
files src/lib-storage/index/index-fetch.h
diffstat 1 files changed, 0 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-fetch.h	Sun Nov 05 19:55:49 2006 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-#ifndef __INDEX_FETCH_H
-#define __INDEX_FETCH_H
-
-struct fetch_context {
-	struct mailbox *box;
-	struct mail_storage *storage;
-	struct imap_message_cache *cache;
-	struct mail_index *index;
-
-	const char **keywords;
-	unsigned int keywords_count;
-
-	struct ostream *output;
-	string_t *str;
-	int update_seen, failed;
-	int first;
-};
-
-enum imap_cache_field index_fetch_body_get_cache(const char *section);
-int index_fetch_body_section(struct mail_index_record *rec,
-			     struct mail_fetch_body_data *sect,
-			     struct fetch_context *ctx);
-
-#endif