view src/lib-storage/index/index-sort.h @ 924:4f697dde0fca HEAD

THREAD=REFERENCES implementation. Doesn't crash, but I'm not sure how correct replies it produces :)
author Timo Sirainen <tss@iki.fi>
date Wed, 08 Jan 2003 22:49:51 +0200
parents fd8888f6f037
children 6f1e87a51872
line wrap: on
line source

#ifndef __INDEX_SORT_H
#define __INDEX_SORT_H

#include "mail-storage.h"
#include "mail-sort.h"

struct index_sort_context {
	struct index_mailbox *ibox;
	struct ostream *output;

	unsigned int last_uid;
	struct mail_index_record *rec;

	unsigned int cached:1;
};

extern struct mail_sort_callbacks index_sort_callbacks;

#endif