aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-backend.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-2/+4
* e_mail_store_foreach(): Take an EMailSession parameter.Matthew Barnes2011-08-181-1/+6
* Use new CamelService:display-name property.Matthew Barnes2011-08-181-2/+1
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
* Use em_folder_tree_get_selected() in places to simplify code.Matthew Barnes2011-05-251-24/+7
* EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-10/+7
* Bug 650088 - Cannot send message from Contacts viewMatthew Barnes2011-05-171-0/+5
* em_folder_utils_create_folder(): Change function parameters.Matthew Barnes2011-05-071-1/+1
* Drop support for command-line 'email://' URIs.Matthew Barnes2011-05-061-106/+3
* Remove 'from_uri' params from e-msg-composer-utils.c.Matthew Barnes2011-05-041-6/+33
* EMailShellView: Open the selected folder ourselves.Matthew Barnes2011-05-031-1/+1
* Miscellaneous GtkAction-related cleanups.Matthew Barnes2011-03-281-2/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+3
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-8/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-02-191-2/+8
* Bug #638333 - Critical warning when invoking File->New->Mail FolderMilan Crha2011-02-161-2/+13
* Avoid idle callbacks in EMailBackend initialization.Matthew Barnes2011-01-081-0/+6
* Bug #207580 - Allow new mail check on individual accountsMilan Crha2010-11-261-20/+0
* Reduce GConf usage in em-composer-utils.c.Matthew Barnes2010-10-201-13/+21
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-3/+1
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+0
* Give MailSession a permanent home.Matthew Barnes2010-10-131-7/+25
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-1/+2
* Convert composer autosave to an EExtension.Matthew Barnes2010-09-031-8/+0
* Whitespace and coding style cleanup.Matthew Barnes2010-08-141-1/+0
* Fix a runtime warning.Matthew Barnes2010-08-141-2/+2
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-141-7/+19
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-111-50/+36
* Bug 619098 - mail_shell_backend_sync_store_cb() has wrong signatureJonathon Jongsma2010-06-181-0/+1
* Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-011-2/+6
* Bug #499320 - Preview before import from command lineMilan Crha2010-05-191-0/+33
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-4/+0
* Express: Composer always defaults to HTML modeMatthew Barnes2010-03-301-0/+11
* Add an extension to configure EWebView.Matthew Barnes2010-03-231-15/+0
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-3/+0
* Bug #597816 - Read/save search folders with labels properlyMilan Crha2010-01-051-0/+8
* Kill MailSession's interactive flag.Matthew Barnes2009-12-171-3/+0
* Move MailFolderCache signal handlers to EMailBackend.Matthew Barnes2009-12-171-77/+0
* Introduce EMailBackend into libevolution-mail.Matthew Barnes2009-12-161-358/+155
* Add MailFolderCache::folder-changed signalJonathon Jongsma2009-12-161-0/+55
* Remove mail-config, vfolder, and filter deps from mail-folder-cacheJonathon Jongsma2009-12-161-0/+22
* Move mail migration code to libevolution-mail.so.Matthew Barnes2009-12-161-2/+2
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-2/+2
* port modules/ to new EError API.Jonathon Jongsma2009-12-011-1/+1
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-1/+1
* Bug #397265 - Image loading for new contact requires restarting EvolutionMilan Crha2009-10-261-0/+1
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-15/+2
* Bug 595092 - Remove option to skip offline syncrhonization dialogMatthew Barnes2009-10-081-2/+1
* Bug #596753 - Autocompletion addressbooks not rememberedMilan Crha2009-09-301-0/+1
* Bug #594573 - Label dropdown box in the rule editor does not workMatt McCutchen2009-09-101-1/+2
* Bug #586854 - Crash on File->Quit with empty_junk enabledRitesh Khadgaray2009-09-081-2/+2
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-6/+6
* Get EConfig and EEvent hooks working again.Matthew Barnes2009-09-011-4/+9
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-23/+8
* Exit if no command-line URIs are handled.Matthew Barnes2009-08-251-1/+1
* BugĀ 592032 - Marks message as read when preview is offMatthew Barnes2009-08-181-2/+1
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-0/+1
* Kill a debug message.Matthew Barnes2009-07-181-2/+0
* Implement the mail backend's quit strategy.Matthew Barnes2009-07-171-0/+203
* Prompt when exiting with unsent messages.Matthew Barnes2009-07-171-0/+48
* Kill the global EMailShellBackend variable. Yay!Matthew Barnes2009-07-141-8/+0
* Implement the shutdown protocol and stub in session management.Matthew Barnes2009-07-111-2/+0
* Get the "startup-wizard" plugin working again.Matthew Barnes2009-06-301-24/+0
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+787