#ifndef MAILBOX_SEARCH_RESULT_PRIVATE_H
#define MAILBOX_SEARCH_RESULT_PRIVATE_H
#include "mail-storage.h"
struct mail_search_result {
/* UIDs of messages currently in the result */
/* UIDs of messages that will never match the result */
};
struct mail_search_result *
enum mailbox_search_result_flags flags);
/* called when initial search is done. */
#endif