| Commit message (Expand) | Author | Age | Files | Lines |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 1 | -3/+3 |
* | Add e_mail_session_append_to_local_folder(). | Matthew Barnes | 2012-08-15 | 1 | -10/+6 |
* | Remove the last remaining usage of GConf | Milan Crha | 2012-06-15 | 2 | -60/+1 |
* | Fix memory leaks around gtk_tree_model_get() function | Milan Crha | 2012-05-31 | 1 | -2/+10 |
* | Bug #593444 - templates-plugin: minor tweak to configuration tab | Ashwini Oruganti | 2012-03-26 | 1 | -2/+2 |
* | Add missing linker flags. | Matthew Barnes | 2012-03-04 | 1 | -0/+1 |
* | Move EAlert* and e-xml-utils references from other part of the code to libevo... | Srinivasa Ragavan | 2012-03-03 | 1 | -1/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -2/+6 |
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 2 | -7/+10 |
* | Reorder accounts by drag-and-drop. | Matthew Barnes | 2011-12-11 | 1 | -28/+70 |
* | Miscellaneous cleanups. | Matthew Barnes | 2011-11-23 | 1 | -1/+1 |
* | Tweak GSettings schemas. | Matthew Barnes | 2011-11-23 | 1 | -1/+1 |
* | Make it fully build | Rodrigo Moya | 2011-11-09 | 1 | -1/+1 |
* | Migrate template plugin to GSettings | Rodrigo Moya | 2011-11-03 | 1 | -20/+18 |
* | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 1 | -5/+5 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 1 | -43/+72 |
* | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 1 | -1/+0 |
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -0/+4 |
* | Reimplement part of the "templates" plugin. | Matthew Barnes | 2011-05-14 | 1 | -19/+132 |
* | Miscellaneous cleanups. | Matthew Barnes | 2011-05-13 | 1 | -13/+22 |
* | Add a 'message_uid' param to em_utils_edit_message(). | Matthew Barnes | 2011-05-12 | 1 | -1/+1 |
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 1 | -2/+2 |
* | Whitespace and coding style cleanups. | Matthew Barnes | 2011-05-08 | 1 | -6/+6 |
* | Adapt to CamelFolderInfo.name -> display_name. | Matthew Barnes | 2011-05-07 | 1 | -4/+4 |
* | Bug #641845 - Add default expansion variables to templates plugin | Dan Vrátil | 2011-04-27 | 2 | -98/+452 |
* | Fix few memory leaks | Milan Crha | 2011-02-15 | 1 | -2/+0 |
* | Bug #634403 - Mails Label popup menu is not updated properly | Milan Crha | 2011-01-19 | 1 | -0/+1 |
* | Bug #633854 - [templates] Crash in build_template_menus_recurse | Milan Crha | 2011-01-06 | 1 | -3/+10 |
* | Avoid a crash when building templates menu. | Matthew Barnes | 2010-12-04 | 1 | -0/+5 |
* | Kill mail_append_mail(). | Matthew Barnes | 2010-10-31 | 1 | -1/+5 |
* | Collect mail enum types in e-mail-enums.h. | Matthew Barnes | 2010-10-19 | 1 | -3/+4 |
* | Composer: Show cancellable operations and errors inline. | Matthew Barnes | 2010-10-13 | 1 | -13/+26 |
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 1 | -1/+1 |
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 1 | -7/+8 |
* | Pass GCancellable to Camel. | Matthew Barnes | 2010-09-28 | 1 | -3/+7 |
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 1 | -12/+12 |
* | Composer autosave cleanups. | Matthew Barnes | 2010-08-31 | 1 | -2/+26 |
* | Pass an EShell to EMsgComposer instances. | Matthew Barnes | 2010-08-14 | 1 | -1/+5 |
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 1 | -3/+4 |
* | Adapt to Camel API changes. | Matthew Barnes | 2010-04-30 | 1 | -3/+7 |
* | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 1 | -6/+6 |
* | Use accessor functions instead direct access (GSEAL work) | Javier Jardón | 2010-04-13 | 1 | -3/+3 |
* | Generate ChangeLog files for tarball releases. | Matthew Barnes | 2010-04-03 | 1 | -49/+0 |
* | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 1 | -4/+0 |
* | Actually respect the --disable-schemas-install configure option | Fridrich Strba | 2010-03-15 | 1 | -0/+4 |
* | Add a EShellWindow::shell-view-created signal. | Matthew Barnes | 2010-01-23 | 1 | -5/+17 |
* | Compiler and linker flag cleanups. | Matthew Barnes | 2009-12-28 | 1 | -2/+2 |
* | Bug #603342 - Memory leak fixes | Milan Crha | 2009-12-15 | 1 | -0/+1 |
* | Expand the EMailReader interface so it's easier to use. | Matthew Barnes | 2009-12-02 | 1 | -8/+6 |
* | Merge bits and pieces of the anjal-evo-2-30 branch. | Matthew Barnes | 2009-12-01 | 1 | -4/+5 |
* | Rename EError to EAlert to match general use better | Jonathon Jongsma | 2009-12-01 | 1 | -1/+0 |
* | Bug 589153 - Use GtkBuilder instead of libglade | Matthew Barnes | 2009-11-17 | 3 | -147/+54 |
* | Bug 600926 - Fails to build due to missing dependencies | Jonathon Jongsma | 2009-11-10 | 1 | -0/+1 |
* | Bug #575208 - Use complete template message with all attachments | Milan Crha | 2009-10-24 | 1 | -61/+9 |
* | Bug 596848 - Use per-target CPPFLAGS in automake files | H.Habighorst | 2009-10-01 | 1 | -9/+12 |
* | Goodbye libgnome and libgnomeui!! | Matthew Barnes | 2009-09-19 | 1 | -0/+2 |
* | Bug 594284 - FTBFS: missing links | Diego Escalante Urrelo | 2009-09-06 | 1 | -0/+1 |
* | Cleanup up templates using EPluginUI callback feature. | Matthew Barnes | 2009-09-02 | 2 | -29/+14 |
* | Bug 593675 - Freeze on startup | Milan Crha | 2009-09-01 | 1 | -12/+41 |
* | Fix compiler warnings and deprecated GTK+ API usage. | Matthew Barnes | 2009-08-16 | 1 | -0/+3 |
* | Remove debug messages. | Matthew Barnes | 2009-08-10 | 1 | -4/+0 |
* | Kill EMMenu and EMPopup. | Matthew Barnes | 2009-08-10 | 2 | -175/+248 |
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -2/+0 |
* | Fix "make distcheck" errors and other build cleanups. | Matthew Barnes | 2009-07-01 | 1 | -1/+1 |
* | Get the "templates" plugin working again. | Matthew Barnes | 2009-06-25 | 1 | -9/+9 |
* | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -1/+1 |
* | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 1 | -8/+8 |
* | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 1 | -21/+21 |
* | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 1 | -31/+31 |
* | Fix compiler warnings in plugins. | Matthew Barnes | 2009-05-27 | 1 | -2/+2 |
* | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-17 | 1 | -1/+1 |
* | Add -I$(top_srcdir)/widgets to a bunch of plugins. | Matthew Barnes | 2009-05-05 | 1 | -0/+1 |
* | Use Behdad's brilliant git.mk to generate .gitignore files. | Matthew Barnes | 2009-05-02 | 1 | -0/+2 |
* | Use consistent variable names for GtkUIManager | Matthew Barnes | 2009-04-28 | 1 | -2/+2 |
* | ** Fix for bug #556284 | Bharath Acharya | 2008-10-16 | 2 | -36/+15 |
* | License Changes | Sankar P | 2008-09-15 | 2 | -19/+23 |
* | Fix compiler warnings in some of the test programs. | Matthew Barnes | 2008-09-01 | 2 | -1/+6 |
* | Have a check for OS_WIN32 and handle the schema data differently. make | Bharath Acharya | 2008-08-12 | 2 | -4/+22 |
* | Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows. | Bharath Acharya | 2008-08-12 | 2 | -1/+10 |
* | Templates EPlugin : Remove unused header files. | Johnny Jacob | 2008-07-21 | 3 | -1/+7 |
* | ** Fixes Bug #200147 | Bharath Acharya | 2008-07-21 | 6 | -0/+1005 |