aboutsummaryrefslogtreecommitdiffstats
path: root/mail/default/Makefile.am
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-16 07:16:21 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-16 07:16:21 +0800
commit0ff3f18cf40dd18e7f54f20cf9b780852af650b3 (patch)
treee54ace61ebd97de8a3b2c1d658c6eecc5cf360ea /mail/default/Makefile.am
parenta95607ef487f4fffabbb807ce5fcd71ad4d56a8b (diff)
downloadgsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.tar
gsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.tar.gz
gsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.tar.bz2
gsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.tar.lz
gsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.tar.xz
gsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.tar.zst
gsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.zip
Startup files/folders.
2004-01-16 Not Zed <NotZed@Ximian.com> * default/C/Inbox: * default/C/Makefile.am: * default/Makefile.am: Startup files/folders. * em-migrate.c (emm_setup_initial): initial implementation of startup setup. (cp): Fix the test, we want exists AND size>0, not exists OR size>0. (cp): Fix the open, we can't use O_EXCL with empty, but present files. Another hack fix for #52880. ** See bug #52896. * em-format-html-display.c (efhd_html_button_press_event): do this based on get_object_at rather than get_point_at, so we get the offset properly. svn path=/trunk/; revision=24261
Diffstat (limited to 'mail/default/Makefile.am')
-rw-r--r--mail/default/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/default/Makefile.am b/mail/default/Makefile.am
new file mode 100644
index 0000000000..82be2bc415
--- /dev/null
+++ b/mail/default/Makefile.am
@@ -0,0 +1,4 @@
+
+SUBDIRS=C
+
+