aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-enums.h
Commit message (Collapse)AuthorAgeFilesLines
* Reduce GConf usage in em-composer-utils.c.Matthew Barnes2010-10-201-0/+7
| | | | | | | | | | | | | | | | | | 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.
* Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-191-0/+66
And generate GTypes for each of them in e-mail-enumtypes.[ch]. Also, the glib-gen.mak script forced me to add a <mail/e-mail.h> top-level header, which really isn't a bad idea anyway. TODO: We should do this for calendar and addressbook too.