view src/plugins/fts/fts-plugin.h @ 9283:0de21e725d4e HEAD

ssl_username_from_cert=yes: Don't truncate username, don't allow NULs in it.
author Timo Sirainen <tss@iki.fi>
date Tue, 04 Aug 2009 14:54:56 -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