aboutsummaryrefslogtreecommitdiffstats
path: root/modules/settings/e-settings-mail-formatter.c
Commit message (Collapse)AuthorAgeFilesLines
* ESettingsMailFormatter: Fix binding flag typo.Matthew Barnes2013-03-271-1/+1
|
* Remove EMailShellSettings.Matthew Barnes2013-03-171-29/+48
| | | | | | | | EShellSettings predates GSettings and is no longer necessary. GSettings allows binding GObject properties to GSettings keys, with optional mapping functions. That fulfills the purpose of EShellSettings.
* EMailFormatter: Remove "only-local-photos" property.Matthew Barnes2013-02-271-5/+0
| | | | EPhotoCache already handles this setting.
* Add a "settings" module.Matthew Barnes2013-01-211-0/+211
Collect all the "config" extensions from the "addressbook", "calendar", and "mail" modules into one place. These extensions typically just bind GObject properties of extensible classes to app-specific GSettings keys.