aboutsummaryrefslogtreecommitdiffstats
path: root/modules/settings/e-settings-mail-browser.c
Commit message (Collapse)AuthorAgeFilesLines
* EMailBrowser: Add "close-on-reply-policy" property.Matthew Barnes2013-06-051-0/+93
Mainly to avoid accessing GSettings directly from EMailBrowser. Also add a "browser-close-on-reply-policy" GSettings key that replaces "prompt-on-reply-close-browser", the difference being the new key uses an enum definition compatible with EAutomaticActionPolicy instead of a free-form string value. And finally add an ESettingsMailBrowser class to glue things together.