aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>2000-01-19 15:57:20 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-01-19 15:57:20 +0800
commit711ce9920ad6ca4f9ffd8a246d70acc574f2ae39 (patch)
tree7cd058083b3ea1df671ea3aefeff2a5a49532dac /mail
parentd44875ac5f2dfc7753cc33281c5fc8a866edd0b7 (diff)
downloadgsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar.gz
gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar.zst
gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.zip
More work on the code. Added more for the framework.
More work on the code. Added more for the framework. Miguel. svn path=/trunk/; revision=1593
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile.am16
-rw-r--r--mail/main.c11
2 files changed, 27 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
new file mode 100644
index 0000000000..7c7e9a4af7
--- /dev/null
+++ b/mail/Makefile.am
@@ -0,0 +1,16 @@
+bin_PROGRAMS = evolution-mail
+
+INCLUDES = \
+ -DEVOLUTION_VERSION=\""$(VERSION)"\" \
+ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
+ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
+ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \
+ -I$(srcdir)/../widgets \
+ $(BONOBO_GNOME_CFLAGS)
+
+evolution_mail_SOURCES = \
+ main.c
+
+evolution_mail_LDADD = \
+ ../e-util/libeutil.a \
+ $(BONOBO_GNOME_LIBS)
diff --git a/mail/main.c b/mail/main.c
new file mode 100644
index 0000000000..f5be6543a2
--- /dev/null
+++ b/mail/main.c
@@ -0,0 +1,11 @@
+/*
+ * main.c: Evolution mail reading component
+ *
+ * Authors:
+ * Miguel de Icaza (miguel@helixcode.com)
+ *
+ * (C) 2000 Helix Code, Inc.
+ */
+#include <config.h>
+#include <gnome.h>
+
p5-WWW-Facebook-API?h=dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8&id=e598d34341b62529b9ef63db27d571f9bcb8c766'>Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Use single space after WWW:sunpoet2013-08-291-1/+1 * - Convert to new perl frameworkmat2013-08-031-6/+3 * Cleanup supporting perl version 5.8 and 5.10,az2012-12-17