aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-view.h
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-3/+3
|
* EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-2/+2
| | | | | | | | 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.
* Rip out Anjal-specific cruft we don't need.Matthew Barnes2011-03-281-14/+1
| | | | | Need to trim off the fat if we're ever going to merge the souped up mail account wizard. Still a long way to go...
* Give MailSession a permanent home.Matthew Barnes2010-10-131-0/+2
| | | | | | | | | | | 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
|
* Capplet cleanups.Matthew Barnes2010-04-011-7/+8
|
* Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-141-0/+97