aboutsummaryrefslogtreecommitdiffstats
path: root/modules/itip-formatter/e-mail-part-itip.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove GroupWise specific code from itip-formatterMilan Crha2012-08-131-1/+0
| | | | | | | | This had been removing meeting invitations from mail folders when they were added to calendars which had set "save-schedules", but it removed them only from summary, thus server had the message still there, only users didn't see them. As a comment said, this belongs to GroupWise mail provider anyway, thus I removed it.
* itip-formatter: Remove redundant declaration.Matthew Barnes2012-06-091-2/+0
|
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-061-0/+123
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.