1 /*
2  * e-mail.h
3  *
4  * This program is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU Lesser General Public License as published by
6  * the Free Software Foundation.
7  *
8  * This program is distributed in the hope that it will be useful, but
9  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
10  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
11  * for more details.
12  *
13  * You should have received a copy of the GNU Lesser General Public License
14  * along with this program; if not, see <http://www.gnu.org/licenses/>.
15  *
16  */
17 
18 #ifndef E_MAIL_H
19 #define E_MAIL_H
20 
21 #include <mail/e-mail-backend.h>
22 #include <mail/e-mail-browser.h>
23 #include <mail/e-mail-display.h>
24 #include <mail/e-mail-folder-pane.h>
25 #include <mail/e-mail-label-action.h>
26 #include <mail/e-mail-label-dialog.h>
27 #include <mail/e-mail-label-list-store.h>
28 #include <mail/e-mail-label-manager.h>
29 #include <mail/e-mail-label-tree-view.h>
30 #include <mail/e-mail-message-pane.h>
31 #include <mail/e-mail-migrate.h>
32 #include <mail/e-mail-notes.h>
33 #include <mail/e-mail-paned-view.h>
34 #include <mail/e-mail-reader.h>
35 #include <mail/e-mail-reader-utils.h>
36 #include <mail/e-mail-sidebar.h>
37 #include <mail/e-mail-tag-editor.h>
38 #include <mail/e-mail-view.h>
39 
40 #endif /* E_MAIL_H */
41