/* * e-init.c: Initializes Evolution for first time users * */ #include #include #include "e-init.h" #include #include #include #include #include "e-util/e-gui-utils.h" char *evolution_base_dir; static void e_init_local (void) { evolution_base_dir = g_concat_dir_and_file (g_get_home_dir (), "Evolution"); if (g_file_exists (evolution_base_dir)) return; if (-1 == mkdir (evolution_base_dir, 0755)){ e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, _("Evolution can not create its local folders")); exit (0); } } void e_init (void) { e_init_local (); } w44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.9.1miwi2018-09-302-8/+6
* Use PY_FLAVOR for dependencies.mat2018-06-211-1/+1
* - Added missing dependency of www/py-django-js-assetmiwi2018-05-211-2/+3
* Revert r465823, this breaks ports depending on py-django-mpttantoine2018-03-291-3/+2
* www/py-django-mptt: Add missing dependencyyuri2018-03-291-1/+3
* Fix WWWsunpoet2018-03-111-1/+1
* Update to 0.9.0cs2018-01-032-5/+5