some fixes, make mutt_decode_save_attachment coherent (always closes the
[apps/madmutt.git] / remailer.h
1 /*
2  * Copyright notice from original mutt:
3  * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
4  *
5  * This file is part of mutt-ng, see http://www.muttng.org/.
6  * It's licensed under the GNU General Public License,
7  * please see the file GPL in the top level source directory.
8  */
9
10 /*
11  * Mixmaster support for Mutt
12  */
13
14 #ifndef _REMAILER_H
15 #define _REMAILER_H
16
17 int mix_send_message(string_list_t *, const char *);
18 int mix_check_message(HEADER * msg);
19 void mix_make_chain(string_list_t **, int *);
20
21 #endif /* _REMAILER_H */