aboutsummaryrefslogtreecommitdiffstats
path: root/mail/GNOME_Evolution_Mail.oaf.in
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-03-27 06:51:26 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-03-27 06:51:26 +0800
commit3cdefcba37d640670c9bb6e290bc6f55229fac7a (patch)
tree1bbcf2be6e7ea597b467900e5de59c469841f6e8 /mail/GNOME_Evolution_Mail.oaf.in
parent81e7580909f5eebdfa6af5ea30ffd5d08913b9e4 (diff)
downloadgsoc2013-evolution-3cdefcba37d640670c9bb6e290bc6f55229fac7a.tar
gsoc2013-evolution-3cdefcba37d640670c9bb6e290bc6f55229fac7a.tar.gz
gsoc2013-evolution-3cdefcba37d640670c9bb6e290bc6f55229fac7a.tar.bz2
gsoc2013-evolution-3cdefcba37d640670c9bb6e290bc6f55229fac7a.tar.lz
gsoc2013-evolution-3cdefcba37d640670c9bb6e290bc6f55229fac7a.tar.xz
gsoc2013-evolution-3cdefcba37d640670c9bb6e290bc6f55229fac7a.tar.zst
gsoc2013-evolution-3cdefcba37d640670c9bb6e290bc6f55229fac7a.zip
Sync with yet-another-mail-config branch.
2002-03-26 Jeffrey Stedfast <fejj@ximian.com> Sync with yet-another-mail-config branch. * mail-composer-prefs.c: Updated to get the right widgets and whatnot. Also updated to tell the evolution-config-control that stuff has changed. * mail-preferences.c: Updated to get the right widgets and whatnot. Also updated to tell the evolution-config-control that stuff has changed. * mail-accounts.etspec: New file needed by mail-accounts.c svn path=/trunk/; revision=16257
Diffstat (limited to 'mail/GNOME_Evolution_Mail.oaf.in')
-rw-r--r--mail/GNOME_Evolution_Mail.oaf.in374
1 files changed, 283 insertions, 91 deletions
diff --git a/mail/GNOME_Evolution_Mail.oaf.in b/mail/GNOME_Evolution_Mail.oaf.in
index b693e8863d..8875ebf336 100644
--- a/mail/GNOME_Evolution_Mail.oaf.in
+++ b/mail/GNOME_Evolution_Mail.oaf.in
@@ -1,141 +1,333 @@
<oaf_info>
-<oaf_server iid="OAFIID:GNOME_Evolution_Mail_ControlFactory"
- type="exe"
- location="evolution-mail">
+ <!-- Folder display control -->
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/ObjectFactory:1.0"/>
- </oaf_attribute>
+ <!-- (control) -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Control"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Mail_ControlFactory">
- <oaf_attribute name="description" type="string"
- _value="Evolution mail folder factory component."/>
-</oaf_server>
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:BonoboControl/evolution-mail:1.0"/>
+ <item value="IDL:GNOME/Control:1.0"/>
+ </oaf_attribute>
-<oaf_server iid="OAFIID:GNOME_Evolution_Mail_Control"
- type="factory"
- location="OAFIID:GNOME_Evolution_Mail_ControlFactory">
+ <oaf_attribute name="description" type="string"
+ _value="Evolution mail folder display component."/>
+ </oaf_server>
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:BonoboControl/evolution-mail:1.0"/>
- <item value="IDL:GNOME/Control:1.0"/>
- </oaf_attribute>
+ <!-- (factory) -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_Mail_ControlFactory"
+ type="exe"
+ location="evolution-mail">
- <oaf_attribute name="description" type="string"
- _value="Evolution mail folder display component."/>
-</oaf_server>
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/ObjectFactory:1.0"/>
+ </oaf_attribute>
-<oaf_server iid="OAFIID:GNOME_Evolution_Mail_ShellComponent"
- type="exe"
- location="evolution-mail">
+ <oaf_attribute name="description" type="string"
+ _value="Evolution mail folder factory component."/>
+ </oaf_server>
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/>
- </oaf_attribute>
+ <!-- Shell Component -->
- <oaf_attribute name="description" type="string"
- _value="Evolution component for handling mail."/>
+ <oaf_server iid="OAFIID:GNOME_Evolution_Mail_ShellComponent"
+ type="exe"
+ location="evolution-mail">
- <oaf_attribute name="evolution:shell-component-icon" type="string"
- value="evolution-inbox.png"/>
-</oaf_server>
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/>
+ </oaf_attribute>
-<oaf_server iid="OAFIID:GNOME_Evolution_Mail_ExecutiveSummaryComponentFactory"
- type="exe"
- location="evolution-mail">
+ <oaf_attribute name="description" type="string"
+ _value="Evolution component for handling mail."/>
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:Bonobo/Unknown:1.0"/>
- </oaf_attribute>
+ <oaf_attribute name="evolution:shell-component-icon" type="string"
+ value="evolution-inbox.png"/>
+ </oaf_server>
- <oaf_attribute name="description" type="string"
- _value="Factory for the Mail Summary component."/>
-</oaf_server>
+ <!-- Summary component, for showing info in the summary -->
-<oaf_server iid="OAFIID:GNOME_Evolution_Mail_ExecutiveSummaryComponent"
- type="factory"
- location="OAFIID:GNOME_Evolution_Mail_ExecutiveSummaryComponentFactory">
+ <oaf_server iid="OAFIID:GNOME_Evolution_Mail_ExecutiveSummaryComponentFactory"
+ type="exe"
+ location="evolution-mail">
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/Evolution:Summary:ComponentFactory:1.0"/>
- </oaf_attribute>
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:Bonobo/Unknown:1.0"/>
+ </oaf_attribute>
- <oaf_attribute name="description" type="string"
- _value="Evolution mail executive summary component."/>
-</oaf_server>
+ <oaf_attribute name="description" type="string"
+ _value="Factory for the Mail Summary component."/>
+ </oaf_server>
+
+ <oaf_server iid="OAFIID:GNOME_Evolution_Mail_ExecutiveSummaryComponent"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Mail_ExecutiveSummaryComponentFactory">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution:Summary:ComponentFactory:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="description" type="string"
+ _value="Evolution mail executive summary component."/>
+ </oaf_server>
+
+ <!-- Message composer -->
+
+ <!-- (factory) -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_Mail_ComposerFactory"
+ type="exe"
+ location="evolution-mail">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/GenericFactory:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="description" type="string"
+ _value="Factory for the Evolution composer."/>
+ </oaf_server>
+
+ <!-- (composer) -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Composer"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Mail_ComposerFactory">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution:Composer:1.0"/>
+ <item value="IDL:Bonobo/ItemContainer:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="description" type="string"
+ _value="Evolution mail composer."/>
+ </oaf_server>
+
+ <!-- MailConfig interface -->
+
+ <!-- (factory) -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_MailConfig_Factory"
+ type="exe"
+ location="evolution-mail">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/GenericFactory:1.0"/>
+ </oaf_attribute>
+ </oaf_server>
+
+ <!-- (interface) -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_MailConfig"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_MailConfig_Factory">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution/MailConfig:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="description" type="string"
+ _value="Mail configuration interface"/>
+ </oaf_server>
+
+ <!-- FolderInfo interface -->
+
+ <!-- (factory) -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_FolderInfo_Factory"
+ type="exe"
+ location="evolution-mail">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/GenericFactory:1.0"/>
+ </oaf_attribute>
+ </oaf_server>
+
+ <!-- (interface) -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_FolderInfo"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_FolderInfo_Factory">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution/FolderInfo:1.0"/>
+ </oaf_attribute>
+ </oaf_server>
+
+ <!-- Startup Wizard -->
+
+ <!-- (factory) -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Wizard_Factory"
+ type="exe"
+ location="evolution-mail">
+ </oaf_server>
-<oaf_server iid="OAFIID:GNOME_Evolution_Mail_ComposerFactory"
- type="exe"
- location="evolution-mail">
+ <!-- (wizard) -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Wizard"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Mail_Wizard_Factory">
+ </oaf_server>
+
+
+ <!-- Configuration pages -->
+
+ <!-- (factory) -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_Mail_ConfigControlFactory"
+ type="exe"
+ location="evolution-mail">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/GenericFactory:1.0"/>
+ </oaf_attribute>
+ </oaf_server>
+
+ <!-- Account Editor -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Accounts_ConfigControl"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Mail_ConfigControlFactory">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="evolution:config_item:title" type="string"
+ _value="Mail Accounts"/>
+
+ <oaf_attribute name="evolution:config_item:description" type="string"
+ _value="This page can be used to configure E-Mail Accounts"/>
+
+ <oaf_attribute name="evolution:config_item:icon_name" type="string"
+ value="evolution-mail-accounts.png"/>
+
+ <oaf_attribute name="description" type="string"
+ _value="Configuration control for the Evolution Mail Accounts."/>
+
+ </oaf_server>
+
+ <!-- Mail Preferences -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Preferences_ConfigControl"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Mail_ConfigControlFactory">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="evolution:config_item:title" type="string"
+ _value="Mail Preferences"/>
+
+ <oaf_attribute name="evolution:config_item:description" type="string"
+ _value="This page can be used to configure Mailer preferences"/>
+
+ <oaf_attribute name="evolution:config_item:icon_name" type="string"
+ value="evolution-mail-preferences.png"/>
+
+ <oaf_attribute name="description" type="string"
+ _value="Configuration control for the Evolution Mailer."/>
+
+ </oaf_server>
+
+ <!-- Composer Preferences -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_Mail_ComposerPrefs_ConfigControl"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Mail_ConfigControlFactory">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="evolution:config_item:title" type="string"
+ _value="Composer Preferences"/>
+
+ <oaf_attribute name="evolution:config_item:description" type="string"
+ _value="This page can be used to configure the Composer"/>
+
+ <oaf_attribute name="evolution:config_item:icon_name" type="string"
+ value="evolution-composer-preferences.png"/>
+
+ <oaf_attribute name="description" type="string"
+ _value="Configuration control for the Evolution Message Composer."/>
+
+ </oaf_server>
+
+
+
+<oaf_server iid="OAFIID:GNOME_Evolution_Mail_ConfigControlFactory"
+ type="exe"
+ location="evolution-mail">
<oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME:GenericFactory:1.0"/>
+ <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/>
</oaf_attribute>
- <oaf_attribute name="description" type="string"
- _value="Factory for the Evolution composer."/>
+ <oaf_attribute name="evolution:config_item:title" type="string"
+ _value="Mail Settings"/>
+
+ <oaf_attribute name="evolution:config_item:description" type="string"
+ _value="This page can be used to configure your mailer settings"/>
+
+ <oaf_attribute name="evolution:config_item:icon_name" type="string"
+ value="evolution-mail-settings.png"/>
</oaf_server>
-<oaf_server iid="OAFIID:GNOME_Evolution_Mail_Composer"
- type="factory"
- location="OAFIID:GNOME_Evolution_Mail_ComposerFactory">
+<oaf_server iid="OAFIID:GNOME_Evolution_Mail_Accounts_ConfigControl"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Mail_ConfigControlFactory">
<oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/Evolution:Composer:1.0"/>
- <item value="IDL:Bonobo/ItemContainer:1.0"/>
+ <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/>
</oaf_attribute>
+ <oaf_attribute name="evolution:config_item:title" type="string"
+ _value="Mail Accounts"/>
+
+ <oaf_attribute name="evolution:config_item:description" type="string"
+ _value="This page can be used to configure E-Mail Accounts"/>
+
+ <oaf_attribute name="evolution:config_item:icon_name" type="string"
+ value="evolution-mail-accounts.png"/>
+
<oaf_attribute name="description" type="string"
- _value="Evolution mail composer."/>
+ _value="Configuration control for the Evolution Mail Accounts."/>
+
</oaf_server>
-<oaf_server iid="OAFIID:GNOME_Evolution_MailConfig_Factory"
- type="exe"
- location="evolution-mail">
+<oaf_server iid="OAFIID:GNOME_Evolution_Mail_Preferences_ConfigControl"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Mail_ConfigControlFactory">
<oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/GenericFactory:1.0"/>
+ <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/>
</oaf_attribute>
-</oaf_server>
-<oaf_server iid="OAFIID:GNOME_Evolution_MailConfig"
- type="factory"
- location="OAFIID:GNOME_Evolution_MailConfig_Factory">
+ <oaf_attribute name="evolution:config_item:title" type="string"
+ _value="Mail Preferences"/>
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/Evolution/MailConfig:1.0"/>
- </oaf_attribute>
+ <oaf_attribute name="evolution:config_item:description" type="string"
+ _value="This page can be used to configure Mailer preferences"/>
+ <oaf_attribute name="evolution:config_item:icon_name" type="string"
+ value="evolution-mail-preferences.png"/>
+
<oaf_attribute name="description" type="string"
- _value="Mail configuration interface"/>
+ _value="Configuration control for the Evolution Mailer."/>
+
</oaf_server>
-<oaf_server iid="OAFIID:GNOME_Evolution_FolderInfo_Factory"
- type="exe"
- location="evolution-mail">
+<oaf_server iid="OAFIID:GNOME_Evolution_Mail_ComposerPrefs_ConfigControl"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Mail_ConfigControlFactory">
<oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/GenericFactory:1.0"/>
+ <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/>
</oaf_attribute>
-</oaf_server>
-<oaf_server iid="OAFIID:GNOME_Evolution_FolderInfo"
- type="factory"
- location="OAFIID:GNOME_Evolution_FolderInfo_Factory">
+ <oaf_attribute name="evolution:config_item:title" type="string"
+ _value="Composer Preferences"/>
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/Evolution/FolderInfo:1.0"/>
- </oaf_attribute>
-</oaf_server>
+ <oaf_attribute name="evolution:config_item:description" type="string"
+ _value="This page can be used to configure the Composer"/>
-<oaf_server iid="OAFIID:GNOME_Evolution_Mail_Wizard_Factory"
- type="exe"
- location="evolution-mail">
-</oaf_server>
+ <oaf_attribute name="evolution:config_item:icon_name" type="string"
+ value="evolution-composer-preferences.png"/>
+
+ <oaf_attribute name="description" type="string"
+ _value="Configuration control for the Evolution Message Composer."/>
-<oaf_server iid="OAFIID:GNOME_Evolution_Mail_Wizard"
- type="factory"
- location="OAFIID:GNOME_Evolution_Mail_Wizard_Factory">
</oaf_server>
</oaf_info>