/* * main.c: The core of the mail component * * Author: * Miguel de Icaza (miguel@helixcode.com) * * (C) 2000 Helix Code, Inc. */ #include #include #include #include #include #include #include #ifdef GTKHTML_HAVE_GCONF #include #endif #include "e-util/e-gui-utils.h" #include "e-util/e-cursors.h" #include "component-factory.h" #include "mail.h" int main (int argc, char *argv []) { CORBA_ORB orb; /* free (malloc (10));*/ bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR); textdomain (PACKAGE); g_thread_init( NULL ); gnome_init_with_popt_table ("evolution-mail-component", VERSION, argc, argv, oaf_popt_options, 0, NULL); orb = oaf_init (argc, argv); if (bonobo_init (orb, CORBA_OBJECT_NIL, CORBA_OBJECT_NIL) == FALSE) { g_error ("Mail component could not initialize Bonobo.\n" "If there was a warning message about the " "RootPOA, it probably means\nyou compiled " "Bonobo against GOAD instead of OAF."); } #ifdef GTKHTML_HAVE_GCONF gconf_init (argc, argv, NULL); #endif glade_gnome_init (); session_init (); e_cursors_init (); component_factory_init (); signal (SIGSEGV, SIG_DFL); signal (SIGBUS, SIG_DFL); if (gdk_threads_mutex) { g_mutex_free (gdk_threads_mutex); gdk_threads_mutex = NULL; } GDK_THREADS_ENTER (); bonobo_main (); GDK_THREADS_LEAVE (); mail_config_write_on_exit (); return 0; } ption value='dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Horde package update:mm2016-07-022-3/+4
* Horde package update:mm2016-02-032-3/+3
* Horde package update:mm2015-04-232-3/+3
* Horde package update:mm2015-03-122-3/+3
* Horde package update:mm2015-01-122-3/+3
* Horde package update:mm2015-01-082-3/+3
* Convert to USES=hordebapt2014-10-011-3/+2
* Horde package update:mm2014-05-112-3/+3
* Horde package update:mm2014-04-062-3/+3
* Update mail/pear-Horde_Imap_Client to 2.18.4mm2014-02-272-3/+3
* Stage support for non-IGNORED pear classesantoine2013-11-261-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Horde package update:mm2013-08-282-7/+4
* Horde update (introducing MongoDB support):mm2013-05-112-3/+3
* Horde ports update:mm2013-04-222-3/+3
* Update horde4 packages and applications to horde5mm2012-12-122-4/+5
* Update to 1.1.1mm2012-03-032-3/+3
* Update to 1.1.0mm2011-11-032-3/+3
* Update to 1.0.4mm2011-10-192-3/+3
* Set maintainer of Horde ports to horde@FreeBSD.orgmm2011-07-151-1/+1