The mail config class is org.gnome.evolution.mail.config:1.0.
The main mail preferences page.
| Id | org.gnome.evolution.mail.prefs |
| Type | E_CONFIG_BOOK |
| Class | org.gnome.evolution.mail.config:1.0 |
| Target | EMConfigTargetPrefs |
| Defined | mail/em-mailer-prefs.c:726 |
The account editor window.
| Id | org.gnome.evolution.mail.config.accountEditor |
| Type | E_CONFIG_BOOK |
| Class | org.gnome.evolution.mail.config:1.0 |
| Target | EMConfigTargetAccount |
| Defined | mail/em-account-editor.c:2423 |
The new mail account druid.
| Id | org.gnome.evolution.mail.config.accountDruid |
| Type | E_CONFIG_DRUID |
| Class | org.gnome.evolution.mail.config:1.0 |
| Target | EMConfigTargetAccount |
| Defined | mail/em-account-editor.c:2434 |
The folder properties window.
| Id | org.gnome.evolution.mail.folderConfig |
| Type | E_CONFIG_BOOK |
| Class | org.gnome.evolution.mail.config:1.0 |
| Target | EMConfigTargetFolder |
| Defined | mail/em-folder-properties.c:283 |
The mail composer preferences settings page.
| Id | org.gnome.evolution.mail.composerPrefs |
| Type | E_CONFIG_BOOK |
| Class | org.gnome.evolution.mail.config:1.0 |
| Target | EMConfigTargetPrefs |
| Defined | mail/em-composer-prefs.c:901 |
The account target is used for configuring accounts, and so has a pointer to the EAccount being configured. This is a copy of the actual account object, and is copied to the original once the data is ready to commit.
| Name | account |
| Structure | EMConfigTargetAccount |
| Items | Define some of the items available and where they fit in the gui |
The preferences target is used for global preferences. As such it just contains a pointer to the global configuration store - a GConfClient.
| Name | prefs |
| Structure | EMConfigTargetPrefs |
| Name | folder |
| Structure | EMConfigTargetFolder |