aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-config-reader.h
Commit message (Collapse)AuthorAgeFilesLines
* EMailConfigReader: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-091-2/+37
| | | | Follow the usual GObject conventions.
* Reduce GConf usage in em-composer-utils.c.Matthew Barnes2010-10-201-0/+30
To reduce GConf usage in em-composer-utils.c: - Relevant functions in em-composer-utils.c now take arguments for reply and forward styles. - Redundant forwarding functions were removed: em_utils_forward_attached() em_utils_forward_inline() em_utils_forward_quoted() - EMailReader now has "forward-style" and "reply-style" properties, which get bound to the appropriate EShellSettings properties in modules/mail/e-mail-config-reader.c. These same EShellSettings properties are bound to the combo boxes in Composer Preferences.