From 0ff3f18cf40dd18e7f54f20cf9b780852af650b3 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 15 Jan 2004 23:16:21 +0000 Subject: Startup files/folders. 2004-01-16 Not Zed * 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 --- mail/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/Makefile.am') diff --git a/mail/Makefile.am b/mail/Makefile.am index 2538b5464e..0baac3ce07 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = # importers FIXME +SUBDIRS = default # importers FIXME libexec_PROGRAMS = \ evolution-mbox-upgrade -- cgit v1.2.3