- 29 Jun, 2011 33 commits
-
-
-
-
-
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.
-
-
-
-
-
-
-
Functions are no longer used, or wanted.
-
e_mail_folder_uri_equal() uses e_mail_folder_uri_parse() to parse both URIs, so we can just hand it an 'email://' URI directly.
-
e_mail_folder_uri_equal() uses e_mail_folder_uri_parse() to parse both URIs, so we can just hand it an 'email://' URI directly.
-
e_mail_folder_uri_equal() uses e_mail_folder_uri_parse() to parse both URIs, so we can just hand it an 'email://' URI directly.
-
-
-
-
-
-
-
-
-
-
-
-
-
Add e_alert_dialog_get_content_area(), which returns the GtkVBox containing the primary and secondary labels. Use this instead of gtk_dialog_get_content_area() to maintain the dialog's left margin beneath the image.
-
-
-
-
-
-
-
- 27 Oct, 2010 1 commit
-
-
Milan Crha authored
-
- 21 Oct, 2010 1 commit
-
-
Milan Crha authored
-
- 18 Oct, 2010 4 commits
-
-
Matthew Barnes authored
And generate GTypes for each of them in e-mail-enumtypes.[ch]. Also, the glib-gen.mak script forced me to add a <mail/e-mail.h> top-level header, which really isn't a bad idea anyway. TODO: We should do this for calendar and addressbook too.
-
Matthew Barnes authored
-
Matthew Barnes authored
-
Matthew Barnes authored
This marks the end of unintrusive error dialogs, which were too unintrusive. We now show errors directly in the main window using the EAlert / EAlertSink framework.
-
- 14 Oct, 2010 1 commit
-
-
Matthew Barnes authored
GObject now does property bindings itself. Requires GLib >= 2.26.
-