aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-config-notebook.c
Commit message (Collapse)AuthorAgeFilesLines
* 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