view src/lmtp/main.h @ 22955:812e5c961328

fts: Indexing virtual mailbox didn't always index the last mails
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 03 May 2018 18:33:00 +0300
parents 0e657cfb3f98
children
line wrap: on
line source

#ifndef MAIN_H
#define MAIN_H

extern const char *dns_client_socket_path, *base_dir;
extern struct mail_storage_service_ctx *storage_service;
extern struct anvil_client *anvil;

void listener_client_destroyed(void);

#endif