Terminals without color are from another era.
[apps/madmutt.git] / pop.h
1 /*
2  * Copyright notice from original mutt:
3  * Copyright (C) 2000-2003 Vsevolod Volkov <vvv@mutt.org.ua>
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 #ifndef _POP_H
11 #define _POP_H 1
12
13 #include <lib-ui/lib-ui.h>
14 #include <lib-mx/mx.h>
15
16 extern mx_t const pop_mx;
17
18 int pop_fetch_message(MESSAGE *, CONTEXT *, int);
19 void pop_fetch_mail(void);
20
21 #endif