aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/libemail-engine.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-11-11 23:45:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-11-12 01:07:43 +0800
commit3c30fb17476059e2a30df110bf9842b2fecee634 (patch)
treefe01ff5387d8db6d64b6f70f71353cceb1cfddc6 /libemail-engine/libemail-engine.h
parent4ea43b34a81b03f9f98fffe3bd63c14185055d7d (diff)
downloadgsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar
gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.gz
gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.bz2
gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.lz
gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.xz
gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.zst
gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.zip
Convert libemail-engine to a single-include model.
Use: #include <libemail-engine/libemail-engine.h>
Diffstat (limited to 'libemail-engine/libemail-engine.h')
-rw-r--r--libemail-engine/libemail-engine.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/libemail-engine/libemail-engine.h b/libemail-engine/libemail-engine.h
new file mode 100644
index 0000000000..855610009a
--- /dev/null
+++ b/libemail-engine/libemail-engine.h
@@ -0,0 +1,48 @@
+/*
+ * libemail-engine.h
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) version 3.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
+#ifndef LIBEMAIL_ENGINE_H
+#define LIBEMAIL_ENGINE_H
+
+#define __LIBEMAIL_ENGINE_H_INSIDE__
+
+#include <libemail-engine/camel-null-store.h>
+#include <libemail-engine/camel-sasl-xoauth2.h>
+#include <libemail-engine/e-mail-authenticator.h>
+#include <libemail-engine/e-mail-engine-enums.h>
+#include <libemail-engine/e-mail-engine-enumtypes.h>
+#include <libemail-engine/e-mail-folder-utils.h>
+#include <libemail-engine/e-mail-junk-filter.h>
+#include <libemail-engine/e-mail-session.h>
+#include <libemail-engine/e-mail-session-utils.h>
+#include <libemail-engine/e-mail-store-utils.h>
+#include <libemail-engine/e-mail-utils.h>
+#include <libemail-engine/em-filter-folder-element.h>
+#include <libemail-engine/em-vfolder-context.h>
+#include <libemail-engine/em-vfolder-rule.h>
+#include <libemail-engine/mail-config.h>
+#include <libemail-engine/mail-folder-cache.h>
+#include <libemail-engine/mail-mt.h>
+#include <libemail-engine/mail-ops.h>
+#include <libemail-engine/mail-tools.h>
+#include <libemail-engine/mail-vfolder.h>
+
+#undef __LIBEMAIL_ENGINE_H_INSIDE__
+
+#endif /* LIBEMAIL_ENGINE_H */
+