view src/deliver/mail-send.h @ 9464:939edf3ed09b HEAD

maildir: Having a lot of keywords assert-crashed with "stack frame changed".
author Timo Sirainen <tss@iki.fi>
date Mon, 02 Nov 2009 17:54:17 -0500
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef MAIL_SEND_H
#define MAIL_SEND_H

struct mail;

int mail_send_rejection(struct mail *mail, const char *recipient,
			const char *reason);
int mail_send_forward(struct mail *mail, const char *forwardto);

#endif