[Evolution-hackers] Mail library use outside of the mailer
- From: Not Zed <notzed ximian com>
- To: evolution-hackers lists ximian com
- Cc: sragavan novell com, kharish novell com
- Subject: [Evolution-hackers] Mail library use outside of the mailer
- Date: Tue, 28 Jun 2005 12:49:04 +0800
This was mentioned last week, but these must be fixed, at a priority,
before the use of other mail code creeps into the calendar or anywhere
else.
Nothing from mail/ or composer/ may be used anywhere outside of mail/ or
composer/ unless it is by a plugin. These are not libraries, they are
part of the mail component which isn't guaranteed to even exist when
evolution is running.
notzed lostzed:~/gnome2/head/evolution/calendar> find . -name '*.c' | xargs grep em_pop
./gui/dialogs/comp-editor.c: emp = em_popup_new("org.gnome.evolution.mail.editor.popup.drop");
./gui/dialogs/cal-attachment-bar.c: emp = em_popup_new("org.gnome.evolution.mail.composer.attachmentbar.popup");
./gui/dialogs/cal-attachment-bar.c: t = em_popup_target_new_attachments(emp, attachments);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]