Commit Graph

19 Commits

Author SHA1 Message Date
Milan Crha 72cf5896ab Bug #682873 - Prefer-plain shows text plain in meeting invite 2012-09-05 19:23:11 +02:00
Dan Vrátil 2773f4abee Fix visibility of parts in prefer-plain 2012-08-28 13:50:46 +02:00
Dan Vrátil a5bbf35da5 Fix all 'may be used uninitialized' compiler warnings 2012-08-20 13:06:23 +02:00
Matthew Barnes c85109fc32 Coding style and whitespace cleanup. 2012-08-19 14:17:55 -04:00
Dan Vrátil fb59157739 Bug #682019 - Always display text/plain when there's nothing else in multipart/alternative 2012-08-17 14:43:12 +02:00
Matthew Barnes b1ae9e5c83 prefer-plain: Unref objects in dispose(), not finalize(). 2012-08-11 17:56:49 -04:00
Matthew Barnes 6f451f9f65 prefer-plain: Cleanups. 2012-08-11 17:53:59 -04:00
Dan Vrátil 6dd78a31de Bug #680331 - Crash when replying to a message 2012-08-03 15:43:08 +02:00
Dan Vrátil 436a31953e Fix some memory leaks 2012-08-01 22:15:28 +02:00
Dan Vrátil 9574b77d63 Bug #680577 - [text-highlight] - Failed to load part 2012-07-26 21:24:23 +02:00
Dan Vrátil 41d72be8b4 Bug 679814 - Calendar invitation shows both calendar and html part 2012-07-13 10:55:56 +02:00
Milan Crha ff566c8be0 Fix compiler warning 2012-06-28 10:53:08 +02:00
Matthew Barnes 4378640815 prefer-plain: Add missing linker flags. 2012-06-28 01:50:03 -04:00
Dan Vrátil 2992ba8de9 [prefer-plain] Fix displaying suppressed HTML parts
Fix regression from commit 99a875ed which has broken displaying
of suppressed HTML parts as attachments when the HTML part is embedded
in a multipart/* container.
2012-06-26 15:26:57 +02:00
Dan Vrátil 99a875edae Bug #515004 - Allow toggling between text and HTML view of mail 2012-06-26 13:40:59 +02:00
Matthew Barnes cc8bf823ec Coding style and whitespace cleanup. 2012-06-24 20:31:43 -04:00
Matthew Barnes f960fd2dff Reduce usage of g_type_class_peek_parent().
G_DEFINE_TYPE macros define a static "parent_class" variable.
2012-06-24 20:31:42 -04:00
Milan Crha 6fac903eab Add forgotten -include $(top_srcdir)/git.mk to Makefile.am files 2012-06-14 11:29:14 +02:00
Dan Vrátil 9311914746 Mail formatter rewrite - convert some plugins to modules
audio-inline, itip-formatter, prefer-plain, tnef-attachments
and vcard-inline plugins were converted to modules so that they
can fit into concept of the new formatter.

Every module still installs .eplug file, because there is no
suitable API at the moment to register plugins to the plugins dialog
and to extend the Preferences dialog.
2012-06-06 15:29:38 +02:00