aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-folder-pane.c
Commit message (Expand)AuthorAgeFilesLines
* message_list_get_selected: Give the returned array a free func.Matthew Barnes2013-06-151-4/+0
* Add e_mail_reader_ref_folder().Matthew Barnes2013-06-151-10/+18
* Add e_mail_reader_edit_messages().Matthew Barnes2013-06-031-2/+2
* Bug #301323 - "Edit as new message" doesn't strip signature properlyMilan Crha2013-05-071-2/+2
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-12/+6
* Mail formatter rewriteDan Vrátil2012-06-061-1/+0
* Adapt mail to the new ESource API.Matthew Barnes2012-06-031-5/+12
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-1/+5
* Mail widget cleanups.Matthew Barnes2011-11-221-3/+6
* Remove some unnecessary #includes.Matthew Barnes2011-11-181-1/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
* Fix some GPtrArray leaks.Matthew Barnes2011-05-121-7/+15
* Reimplement em_utils_edit_messages().Matthew Barnes2011-05-121-12/+5
* Fix compiler warnings.Matthew Barnes2011-05-031-4/+0
* Drop 'folder_uri' param from em_utils_folder_is_outbox().Matthew Barnes2011-05-031-2/+2
* Drop 'folder_uri' param from em_utils_folder_is_templates().Matthew Barnes2011-05-031-1/+1
* Drop 'folder_uri' param from em_utils_folder_is_drafts().Matthew Barnes2011-05-031-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-5/+1
* Remove mail_tools_folder_to_url().Matthew Barnes2010-10-131-3/+2
* Give MailSession a permanent home.Matthew Barnes2010-10-131-1/+3
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-141-6/+15
* More code cleanup.Matthew Barnes2010-07-271-59/+10
* Coding style and whitespace cleanup.Matthew Barnes2010-07-261-85/+32
* Allow editing mails in composer and understand vfolders.Srinivasa Ragavan2010-07-261-3/+70
* Add folder pane for tabbed browser.Srinivasa Ragavan2010-07-261-752/+52
* Add folder pane.Srinivasa Ragavan2010-07-261-0/+911