aboutsummaryrefslogtreecommitdiffstats
path: root/modules/prefer-plain
Commit message (Expand)AuthorAgeFilesLines
* Rename e_mail_display_get_parts_list().Matthew Barnes2013-07-261-1/+1
* Bug 701669 - Bad assumption in prefer-plain moduleMatthew Barnes2013-06-081-2/+7
* EMailParserPreferPlain cleanups.Matthew Barnes2013-06-081-24/+31
* Rename libemformat to libevolution-mail-formatter.Matthew Barnes2013-05-281-1/+1
* Rename libeshell to libevolution-shell.Matthew Barnes2013-05-281-1/+1
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-1/+1
* Convert EMailPart to a GObject.Matthew Barnes2013-05-201-1/+1
* Add e_mail_part_set_is_attachment().Matthew Barnes2013-05-201-1/+1
* Add e_mail_part_set_mime_type().Matthew Barnes2013-05-201-1/+1
* Add e_mail_part_get_mime_type().Matthew Barnes2013-05-201-1/+4
* Add e_mail_part_id_has_substr().Matthew Barnes2013-05-202-2/+3
* Add e_mail_part_id_has_prefix().Matthew Barnes2013-05-201-1/+1
* Add e_mail_part_get_id().Matthew Barnes2013-05-201-3/+6
* Coding style and whitespace cleanup.Matthew Barnes2013-02-241-1/+1
* Teach EMailExtensionRegistry to find extensions.Matthew Barnes2013-02-011-41/+0
* Revert "Teach EMailExtensionRegistry to find extensions."Milan Crha2013-01-291-0/+41
* Bug #692775 - Double-quoting message with HTML and textMilan Crha2013-01-291-0/+14
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-132-4/+0
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-133-9/+13
* Teach EMailExtensionRegistry to find extensions.Matthew Barnes2012-12-081-41/+0
* Convert EMailParserExtension to an abstract class.Matthew Barnes2012-12-081-16/+9
* Remove EMailExtension.Matthew Barnes2012-12-081-36/+55
* EMailExtension: Replace mime_types() method with a string array.Matthew Barnes2012-12-081-10/+6
* EMailParserExtension: Collect EMailParts in a GQueue.Matthew Barnes2012-12-081-93/+86
* Make EMailPartList thread-safe.Matthew Barnes2012-12-081-5/+10
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-2/+3
* Bug #686278 - Prefer-plain can break parts listMilan Crha2012-10-171-16/+7
* [prefer-plain] Always show HTML part as attachment for only HTML messagesMilan Crha2012-09-121-11/+5
* Bug #683758 - Crash on display meeting inviteLucian Langa2012-09-111-1/+2
* Bug #682873 - Prefer-plain shows text plain in meeting inviteMilan Crha2012-09-061-9/+3
* Fix visibility of parts in prefer-plainDan Vrátil2012-08-281-6/+20
* Fix all 'may be used uninitialized' compiler warningsDan Vrátil2012-08-201-0/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-08-203-22/+22
* Bug #682019 - Always display text/plain when there's nothing else in multipar...Dan Vrátil2012-08-171-9/+14
* prefer-plain: Unref objects in dispose(), not finalize().Matthew Barnes2012-08-122-5/+22
* prefer-plain: Cleanups.Matthew Barnes2012-08-122-16/+28
* Bug #680331 - Crash when replying to a messageDan Vrátil2012-08-031-0/+2
* Fix some memory leaksDan Vrátil2012-08-021-0/+16
* Bug #680577 - [text-highlight] - Failed to load partDan Vrátil2012-07-271-0/+4
* Bug 679814 - Calendar invitation shows both calendar and html partDan Vrátil2012-07-131-0/+3
* Fix compiler warningMilan Crha2012-06-281-3/+3
* prefer-plain: Add missing linker flags.Matthew Barnes2012-06-281-0/+2
* [prefer-plain] Fix displaying suppressed HTML partsDan Vrátil2012-06-261-20/+21
* Bug #515004 - Allow toggling between text and HTML view of mailDan Vrátil2012-06-265-150/+534
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-4/+4
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-2/+0
* Add forgotten -include $(top_srcdir)/git.mk to Makefile.am filesMilan Crha2012-06-141-0/+2
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-067-0/+929