aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-config-notebook.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.
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* e_mail_config_notebook_commit: Skip non-writable sources.Matthew Barnes2013-03-091-4/+4
| | | | | | In some cases the collection source is non-writable but its child sources _are_ writable. In that case, the one non-writable source causes the whole operation to fail. Commit only writable sources.
* Incorporate ESourceUOA.Matthew Barnes2013-02-011-5/+13
| | | | | Where we make exceptions for GNOME Online Accounts, so too shall we for Ubuntu Online Accounts.
* Bug 687060 - Identity page shows read-only GOA properties as editableMatthew Barnes2012-10-291-0/+8
| | | | | Hide the account name and email address fields when editing an Evolution account linked to a GNOME Online Account.
* EMailConfigPage: Add submit() asynchronous method.Matthew Barnes2012-07-191-22/+82
| | | | | | | | | | | | | This method is meant for pages that show server-side settings instead of client-side settings stored in key files. It's called after all scratch sources have been successfully submitted to the D-Bus service. The driving use case for this is evolution-ews's "Out of Office" page, which is only shown by EMailConfigNotebook and so that's currently the only place where submit() is invoked for all pages. Should a need arise for EMailConfigAssistant to also invoke submit() for all pages, then EMailConfigNotebook can be used as a reference.
* Bug 678613 - Keep display name synchronized across all mail sourcesMatthew Barnes2012-06-221-0/+21
|
* EMailConfigNotebook: Minor code cleanup.Matthew Barnes2012-06-221-3/+9
|
* Avoid crash for providers without configuration backendMilan Crha2012-06-191-5/+5
|
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-3/+1
|
* Adapt mail to the new ESource API.Matthew Barnes2012-06-031-0/+783