aboutsummaryrefslogtreecommitdiffstats
path: root/modules/itip-formatter/e-mail-formatter-itip.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for application/ics to ITIP formatterDan Vrátil2012-08-281-1/+3
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-4/+6
|
* Bug #679404 - Read colors for message preview from Gtk themeDan Vrátil2012-07-271-1/+1
|
* 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
| | | | G_DEFINE_TYPE macros define a static "parent_class" variable.
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-061-0/+219
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.