Commit Graph

21 Commits

Author SHA1 Message Date
abc10da2ae [prefer-plain] Always show HTML part as attachment for only HTML messages
When the prefer-plain is set to show only text/plain parts, without showing
suppressed HTML parts as attachments, and the received message contains
only one part, the text/html part, then the preview was completely empty,
which is confusing. With this change, the text/html only messages will
show the suppressed part as attachment regardless the setting.
2012-09-12 12:28:59 +02:00
b8240ebae6 Bug #683758 - Crash on display meeting invite 2012-09-11 17:20:55 +02:00
72cf5896ab Bug #682873 - Prefer-plain shows text plain in meeting invite 2012-09-05 19:23:11 +02:00
2773f4abee Fix visibility of parts in prefer-plain 2012-08-28 13:50:46 +02:00
a5bbf35da5 Fix all 'may be used uninitialized' compiler warnings 2012-08-20 13:06:23 +02:00
c85109fc32 Coding style and whitespace cleanup. 2012-08-19 14:17:55 -04:00
fb59157739 Bug #682019 - Always display text/plain when there's nothing else in multipart/alternative 2012-08-17 14:43:12 +02:00
b1ae9e5c83 prefer-plain: Unref objects in dispose(), not finalize(). 2012-08-11 17:56:49 -04:00
6f451f9f65 prefer-plain: Cleanups. 2012-08-11 17:53:59 -04:00
6dd78a31de Bug #680331 - Crash when replying to a message 2012-08-03 15:43:08 +02:00
436a31953e Fix some memory leaks 2012-08-01 22:15:28 +02:00
9574b77d63 Bug #680577 - [text-highlight] - Failed to load part 2012-07-26 21:24:23 +02:00
41d72be8b4 Bug 679814 - Calendar invitation shows both calendar and html part 2012-07-13 10:55:56 +02:00
ff566c8be0 Fix compiler warning 2012-06-28 10:53:08 +02:00
4378640815 prefer-plain: Add missing linker flags. 2012-06-28 01:50:03 -04:00
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
99a875edae Bug #515004 - Allow toggling between text and HTML view of mail 2012-06-26 13:40:59 +02:00
cc8bf823ec Coding style and whitespace cleanup. 2012-06-24 20:31:43 -04:00
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
6fac903eab Add forgotten -include $(top_srcdir)/git.mk to Makefile.am files 2012-06-14 11:29:14 +02:00
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