aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-account-view.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the settings capplet.Matthew Barnes2012-08-111-93/+0
| | | | | | | | | | The evolution-settings capplet was originally designed for Anjal, it was used in MeeGo as part of the Express Mode effort, but doesn't really fit in GNOME 3 nowadays (nor did it really fit in GNOME 2, in my opinion). This is pretty clearly dead weight at this point. The MeeGo developers have disappeared, and the remaining Evolution developers are not and do not intend to maintain it. Plus it doesn't even build currently.
* Adapt evolution-settings capplet to the new ESource API.Matthew Barnes2012-06-031-2/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-1/+1
|
* EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-1/+1
| | | | | | | | All this so EMFolderTree can submit EActivity instances for async ops. You can obtain an EMailSession from an EMailBackend, but not vice versa. Creates lots of pretty ripples in the mail code, but ultimately reduces complexity. So it's a code cleanup of sorts.
* Give MailSession a permanent home.Matthew Barnes2010-10-131-1/+1
| | | | | | | | | | | Global variables in shared libraries are a bad idea. EMailBackend now owns the MailSession instance, which is actually now EMailSession. Move the blocking utility functions in mail-tools.c to e-mail-session.c and add asynchronous variants. Same approach as Camel. Replace EMailReader.get_shell_backend() with EMailReader.get_backend(), which returns an EMailBackend. Easier access to the EMailSession.
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
|
* Merge branch 'express2'Matthew Barnes2010-05-271-0/+1
|\
| * Add Password field to the account setup and prestore password.Srinivasa Ragavan2010-04-201-0/+1
| |
| * Capplet cleanups.Matthew Barnes2010-04-061-7/+6
| |
* | Only #include Camel's top-level header.Matthew Barnes2010-04-031-1/+0
| |
* | Capplet cleanups.Matthew Barnes2010-04-011-7/+6
|/
* Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-141-0/+94