aboutsummaryrefslogtreecommitdiffstats
path: root/modules/itip-formatter/plugin
Commit message (Collapse)AuthorAgeFilesLines
* itip-formatter/plugin: Can't link a module to another module.Matthew Barnes2012-06-261-2/+5
| | | | | Point modules/itip-formatter/plugin/Makefile.am to the source files it needs from the module directory. Have to rebuild them for the plugin.
* 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-063-0/+210
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.