diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-25 13:55:59 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-25 13:55:59 +0800 |
commit | bb241192eb773d7f0d178306dd55f9ca8e31c1f0 (patch) | |
tree | 4201777027364eeea243b2f625bb373bca30ef6d /mail/evolution-mail.gnorba | |
parent | e90eea58a2109961faa8632ac5e5783d9970366b (diff) | |
download | gsoc2013-evolution-bb241192eb773d7f0d178306dd55f9ca8e31c1f0.tar gsoc2013-evolution-bb241192eb773d7f0d178306dd55f9ca8e31c1f0.tar.gz gsoc2013-evolution-bb241192eb773d7f0d178306dd55f9ca8e31c1f0.tar.bz2 gsoc2013-evolution-bb241192eb773d7f0d178306dd55f9ca8e31c1f0.tar.lz gsoc2013-evolution-bb241192eb773d7f0d178306dd55f9ca8e31c1f0.tar.xz gsoc2013-evolution-bb241192eb773d7f0d178306dd55f9ca8e31c1f0.tar.zst gsoc2013-evolution-bb241192eb773d7f0d178306dd55f9ca8e31c1f0.zip |
Reorganized the shell to allow dynamic registration of storages and
folder types, and changed all the components to work with the new
setup.
svn path=/trunk/; revision=3199
Diffstat (limited to 'mail/evolution-mail.gnorba')
-rw-r--r-- | mail/evolution-mail.gnorba | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/evolution-mail.gnorba b/mail/evolution-mail.gnorba index 7eb90dbc8a..b799a57aa2 100644 --- a/mail/evolution-mail.gnorba +++ b/mail/evolution-mail.gnorba @@ -10,4 +10,14 @@ repo_id=IDL:BonoboControl/evolution-mail:1.0 IDL:GNOME/Control:1.0 description=Evolution mail folder display component. location_info=control-factory:evolution-mail +[evolution-shell-component-factory:evolution-mail] +type=exe +repo_id=IDL:GNOME/GenericFactory:1.0 +description=Factory for the Evolution mail component. +location_info=evolution-mail +[evolution-shell-component:evolution-mail] +type=factory +repo_id=IDL:Evolution/ShellComponent:1.0 +description=Evolution component for handling mail. +location_info=evolution-shell-component-factory:evolution-mail |