/* * 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); GDK_THREADS_ENTER (); bonobo_main (); GDK_THREADS_LEAVE (); mail_config_write_on_exit (); return 0; } pm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* databases/redis-devel: security update from 6.2.3 to 6.2.4HEADmainSergey A. Osokin2021-06-012-4/+4
* databases/redis-devel: update to 6.2.3.Sergey A. Osokin2021-05-042-4/+4
* databases/redis-devel: update to the fresh bugfix release 6.2.2.Sergey A. Osokin2021-04-202-4/+4
* Update CONFLICTS after databases/redis4 removal.Sergey A. Osokin2021-04-091-1/+1
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-6/+0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Fix build on FreeBSD11.Sergey A. Osokin2021-03-071-0/+3
* Update from 6.2.0 to 6.2.1.Sergey A. Osokin2021-03-023-34/+4
* Fix build.Sergey A. Osokin2021-02-241-0/+30
* Security update if you use 32bit build of redis (see bellow), MODERATESergey A. Osokin2021-02-232-6/+5
* Update to 6.2rc3.Sergey A. Osokin2021-02-032-5/+5
* Update to the recent development version 6.2.0rc2.Sergey A. Osokin2021-01-149-81/+81
* Update databases/redis to the recent stable version 6.0.10.Sergey A. Osokin2021-01-141-1/+2
* Update from 6.0.8 to 6.0.10.Sergey A. Osokin2021-01-13tions'>+2
* www/firefox: update to 49.0 (rc3)jbeich2016-09-151-2/+2
* www/firefox: re-enable OMTC for BUNDLED_CAIRO=off (backing out r393805)jbeich2016-09-081-0/+1
* www/firefox: update to 49.0 (rc2)jbeich2016-09-081-8/+9
* gecko ports: Remove redundant dependency on unzipmarino2016-08-041-2/+1
* We have a FreeBSD 12 now, copy stuff from FreeBSD 11 along.mat2016-07-191-0/+2
* gecko: axe poorly maintained QT5 supportjbeich2016-07-141-2/+0
* Bump PORTREVISION for the icu revert.mat2016-07-071-1/+1
* devel/icu: bump PORTREVISION on missing dependent portsgahr2016-07-061-0/+1
* www/firefox: update to 47.0.1jbeich2016-06-281-3/+2
* www/firefox: update to 47.0 (rc3)jbeich2016-06-051-1/+2
* www/firefox: update to 47.0 (rc2) / 45.2esrjbeich2016-06-031-7/+7
* www/firefox{,-esr}: update to 46.0.1 / 45.1.1esrjbeich2016-05-041-3/+2
* gecko: unbreak WebRTC microphone selection popup with ALSA=onjbeich2016-05-011-1/+1
* www/firefox: update to 46.0 (rc5)jbeich2016-04-221-1/+2
* www/firefox{,-esr}: update to 46.0 (rc4) / 45.1esrjbeich2016-04-211-6/+6
* update firefox and friends to 45.0.2cmt2016-04-151-2/+1
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-18/+18
* www/firefox: chase r411854 on DragonFly after r412296jbeich2016-04-011-0/+1
* gecko: fix an unlikely race with environ(7)jbeich2016-03-261-1/+1
* www/firefox: build with Rust sourcesjbeich2016-03-251-2/+9
* www/firefox: fix missing Hello icon since 45.0jbeich2016-03-231-0/+1
* www/firefox{,-esr}: update to 45.0.1/38.7.1jbeich2016-03-181-2/+1
* gecko: enable DTRACE probes by defaultjbeich2016-03-101-1/+1
* gecko: build as position-independent executablejbeich2016-03-101-1/+1
* www/firefox: switch to GTK3 by defaultjbeich2016-03-071-1/+2
* www/firefox: better follow bundled graphite2 after r410185jbeich2016-03-051-1/+1
* www/firefox{,-esr}: update to 45.0 (rc2) / 38.7.0jbeich2016-03-051-12/+10
* gecko: unify unchanging options into bsd.gecko.mkjbeich2016-03-031-18/+1
* - Update to 44.0.2miwi2016-02-151-1/+1