aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-backend.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-12-10 21:09:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-12-13 03:33:43 +0800
commitd09d8de870b6697c8a8b262e7e077b871a69b315 (patch)
tree3b718882e7a0bb0a996daf2967a033d91714c9b5 /mail/e-mail-backend.c
parentb61331ed03ac1c7a9b8614e25510040b9c60ae02 (diff)
downloadgsoc2013-evolution-d09d8de870b6697c8a8b262e7e077b871a69b315.tar.gz
gsoc2013-evolution-d09d8de870b6697c8a8b262e7e077b871a69b315.tar.zst
gsoc2013-evolution-d09d8de870b6697c8a8b262e7e077b871a69b315.zip
Consolidate base utility libraries into libeutil.
Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start.
Diffstat (limited to 'mail/e-mail-backend.c')
-rw-r--r--mail/e-mail-backend.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/e-mail-backend.c b/mail/e-mail-backend.c
index 4fb3291729..0940a78f01 100644
--- a/mail/e-mail-backend.c
+++ b/mail/e-mail-backend.c
@@ -34,9 +34,6 @@
#include <shell/e-shell.h>
-#include <libevolution-utils/e-alert-dialog.h>
-#include <libevolution-utils/e-alert-sink.h>
-
#include <libemail-engine/e-mail-folder-utils.h>
#include <libemail-engine/e-mail-session.h>
#include <libemail-engine/e-mail-store-utils.h>
/td>2005-10-125-20/+36 * Don't strip static libraries on installation ;)vs2005-09-141-1/+2 * - Fix man page damage I did last nightpav2005-03-201-7/+9 * - Update to 2.2.10 from 20041020pav2005-03-206-196/+161 * - Update to 2004.06.16pav2004-11-024-167/+276 * Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1 * Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-221-51/+51 * Update to 2003.04.21arved2003-05-058-79/+59 * De-pkg-comment.knu2003-02-212-1/+1 * add forgotten "USE_REINPLACE=yes"ijliao2002-09-211-0/+1 * upgrade to 20020426ijliao2002-09-216-22/+16 * Correct MASTER_SITES.petef2002-06-081-1/+1 * Update to 2001.12.20pat2002-02-226-18/+88 * - Add installation of include fileswjv2001-09-194-134/+445 * Update maintainer's email address.wjv2001-08-061-1/+1 * Update Tony Maher's email address.fenner2001-07-111-1/+1 * Update to version 2001.04.03; add installation of some documentation.wjv2001-06-205-30/+86 * Remove trailing period and package name from the pkg-comment.demon2000-12-191-1/+1 * They made changes to the "blast" program.jeh2000-11-152-2/+3 * Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-1/+1 * Yes. They did re-roll this version, it is legit.jeh2000-11-032-2/+2 * Updated to new version. That is the pits, the day after it becomesjeh2000-11-024-4/+3