aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/templates/templates.c
Commit message (Expand)AuthorAgeFilesLines
* message_list_get_selected: Give the returned array a free func.Matthew Barnes2013-06-151-1/+1
* Add e_mail_reader_ref_folder().Matthew Barnes2013-06-151-6/+9
* em_utils_edit_message: Change return type to EMsgComposer.Matthew Barnes2013-06-021-1/+2
* Coding style and whitespace cleanup.Matthew Barnes2013-05-081-1/+1
* Bug #301323 - "Edit as new message" doesn't strip signature properlyMilan Crha2013-05-071-1/+1
* Bug #662568 - Use-after-free in Templates plugin signal handlersMilan Crha2013-03-251-2/+14
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-4/+4
* Coding style and whitespace cleanup.Matthew Barnes2013-01-111-2/+4
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-5/+0
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-3/+1
* Bug #688199 - Replying via a template doesn't mark mail as read/repliedMilan Crha2012-11-131-2/+13
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-28/+45
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-3/+3
* Add e_mail_session_append_to_local_folder().Matthew Barnes2012-08-151-10/+6
* Fix memory leaks around gtk_tree_model_get() functionMilan Crha2012-05-311-2/+10
* Bug #593444 - templates-plugin: minor tweak to configuration tabAshwini Oruganti2012-03-261-2/+2
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-031-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-2/+6
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-7/+9
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-111-28/+70
* Miscellaneous cleanups.Matthew Barnes2011-11-231-1/+1
* Tweak GSettings schemas.Matthew Barnes2011-11-231-1/+1
* Make it fully buildRodrigo Moya2011-11-091-1/+1
* Migrate template plugin to GSettingsRodrigo Moya2011-11-031-20/+18
* Coding style and whitespace cleanup.Matthew Barnes2011-09-141-43/+72
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-06-301-1/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-0/+4
* Reimplement part of the "templates" plugin.Matthew Barnes2011-06-301-19/+132
* Miscellaneous cleanups.Matthew Barnes2011-06-301-13/+22
* Add a 'message_uid' param to em_utils_edit_message().Matthew Barnes2011-06-301-1/+1
* Coding style cleanups.Matthew Barnes2011-06-301-2/+2
* Whitespace and coding style cleanups.Matthew Barnes2011-06-301-6/+6
* Adapt to CamelFolderInfo.name -> display_name.Matthew Barnes2011-06-301-4/+4
* Bug #641845 - Add default expansion variables to templates pluginDan Vrátil2011-06-301-97/+448
* Fix few memory leaksMilan Crha2011-06-301-2/+0
* Bug #634403 - Mails Label popup menu is not updated properlyMilan Crha2011-06-301-0/+1
* Bug #633854 - [templates] Crash in build_template_menus_recurseMilan Crha2011-06-301-3/+10
* Avoid a crash when building templates menu.Matthew Barnes2011-06-301-0/+5
* Kill mail_append_mail().Matthew Barnes2010-11-101-1/+5
* Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-191-3/+4
* Composer: Show cancellable operations and errors inline.Matthew Barnes2010-10-131-13/+26
* Give MailSession a permanent home.Matthew Barnes2010-10-131-1/+1
* Adapt to Camel API changes.Matthew Barnes2010-09-281-7/+8
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-3/+7
* Coding style cleanups.Matthew Barnes2010-09-131-12/+12
* Composer autosave cleanups.Matthew Barnes2010-08-311-2/+26
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-141-1/+5
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-3/+4
* Adapt to Camel API changes.Matthew Barnes2010-04-301-3/+7
* Camel is now GObject-based.Matthew Barnes2010-04-241-6/+6
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-3/+3
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-4/+0
* Add a EShellWindow::shell-view-created signal.Matthew Barnes2010-01-231-5/+17
* Bug #603342 - Memory leak fixesMilan Crha2009-12-151-0/+1
* Expand the EMailReader interface so it's easier to use.Matthew Barnes2009-12-021-8/+6
* Merge bits and pieces of the anjal-evo-2-30 branch.Matthew Barnes2009-12-011-4/+5
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-1/+0
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-15/+51
* Bug #575208 - Use complete template message with all attachmentsMilan Crha2009-10-241-61/+9
* Cleanup up templates using EPluginUI callback feature.Matthew Barnes2009-09-021-27/+10
* Bug 593675 - Freeze on startupMilan Crha2009-09-011-12/+41
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-0/+3
* Remove debug messages.Matthew Barnes2009-08-101-4/+0
* Kill EMMenu and EMPopup.Matthew Barnes2009-08-101-153/+234
* Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
* Get the "templates" plugin working again.Matthew Barnes2009-06-251-9/+9
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Whitespace cleanup.Matthew Barnes2009-05-291-8/+8
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-21/+21
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-31/+31
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-2/+2
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
* Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-281-2/+2
* ** Fix for bug #556284Bharath Acharya2008-10-161-36/+6
* License ChangesSankar P2008-09-151-19/+17
* Fix compiler warnings in some of the test programs.Matthew Barnes2008-09-011-1/+1
* Templates EPlugin : Remove unused header files.Johnny Jacob2008-07-211-1/+0
* ** Fixes Bug #200147Bharath Acharya2008-07-211-0/+764