- 29 Jun, 2011 22 commits
-
-
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.
-
- 12 Oct, 2010 1 commit
-
-
Matthew Barnes authored
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.
-
- 30 Sep, 2010 1 commit
-
-
Matthew Barnes authored
Rewrite the last usage of it in itip-formatter.c to use EAttachments instead. This also allowed me to kill mail_save_part() in mail-ops.c. I may need to reevaluate the EAttachment API at some point for all these fringe EAttachment uses we're accumulating. Having to asynchronously "load" an EAttachment whose content is already in memory kinda sucks.
-
- 29 Sep, 2010 1 commit
-
-
Milan Crha authored
-
- 28 Sep, 2010 2 commits
-
-
Matthew Barnes authored
-
Matthew Barnes authored
-
- 13 Sep, 2010 1 commit
-
-
Matthew Barnes authored
-
- 11 Sep, 2010 1 commit
-
-
Matthew Barnes authored
-
- 10 Sep, 2010 1 commit
-
-
Matthew Barnes authored
-
- 08 Sep, 2010 1 commit
-
-
Matthew Barnes authored
Don't bother passing a GError if we're just going to throw it away.
-
- 10 Aug, 2010 1 commit
-
-
Matthew Barnes authored
This changes the behavior of the function: instead of redrawing immediately it schedules the redraw from an idle callback. This allows us to make multiple changes to EMFormat before redrawing.
-
- 02 Aug, 2010 1 commit
-
-
Matthew Barnes authored
-