aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-config-service-page.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing chain-up-s to parent's constructed() methodMilan Crha2014-07-171-2/+1
| | | | Plus a little code cleanup for easier grepping.
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-261-5/+5
| | | | | | Win32 headers have a #define for 'interface', which breaks the build when this word is used in the code, thus replace it to 'iface', the same way as GLib or GTK+ code use to have it. (See bug #722068.)
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* EMailConfigServicePage: Inherit from EMailConfigActivityPage.Matthew Barnes2012-07-111-113/+5
| | | | | | Removes e_mail_config_service_page_new_activity(). Use e_mail_config_activity_page_new_activity() instead.
* Keep display names synchronized during account creation.Matthew Barnes2012-06-231-0/+12
| | | | | Reworked part of commit cc55cf3e686ad873cb14129f48d06f83ecc97e68, which caused a bunch of runtime warnings.
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+6
|
* Bug 677882 - Cannot create account with SendmailMatthew Barnes2012-06-131-26/+21
|
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-2/+1
|
* Adapt mail to the new ESource API.Matthew Barnes2012-06-031-0/+1039