aboutsummaryrefslogtreecommitdiffstats
path: root/modules/vcard-inline/evolution-module-vcard-inline.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* Convert EMailPart to a GObject.Matthew Barnes2013-05-201-0/+2
| | | | | EMailPart is reference-counted, subclassed, and allows a custom finalize function. There's no excuse for it not to use GObject.
* Rename EMailFormatterVCardInline to EMailFormatterVCard.Matthew Barnes2013-05-201-2/+2
|
* Rename EMailParserVCardInline to EMailParserVCard.Matthew Barnes2013-05-201-2/+2
|
* em-format cleanups.Matthew Barnes2013-05-201-2/+0
|
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-061-0/+53
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.