view src/plugins/fts/fts-plugin.h @ 9292:96b764649cbb HEAD

fts: Fixed crashing with Squat. A better solution would be for Squat to use existing mailboxes' Squat indexes, but for now this isn't done.
author Timo Sirainen <tss@iki.fi>
date Fri, 07 Aug 2009 15:12:04 -0400
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef FTS_PLUGIN_H
#define FTS_PLUGIN_H

extern void (*fts_next_hook_mailbox_opened)(struct mailbox *box);

void fts_mailbox_opened(struct mailbox *box);

void fts_plugin_init(void);
void fts_plugin_deinit(void);

#endif