view src/imap/imap-thread.h @ 1000:0fbafade2d85 HEAD

If auth/login process died unexpectedly, the exit status or killing signal wasn't logged.
author Timo Sirainen <tss@iki.fi>
date Tue, 21 Jan 2003 09:58:49 +0200
parents 8028c4dcf38f
children 06d77f22cf6c
line wrap: on
line source

#ifndef __IMAP_THREAD_H
#define __IMAP_THREAD_H

int imap_thread(struct client *client, const char *charset,
		struct mail_search_arg *args, enum mail_thread_type type);

#endif