aboutsummaryrefslogtreecommitdiffstats
path: root/modules/vcard-inline
Commit message (Collapse)AuthorAgeFilesLines
* Bug 682519 - vcard-inline: Typo in translatable stringMatthew Barnes2012-08-251-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-202-4/+4
|
* Include e-mail-part-vcard-inline.h in tarball.Matthew Barnes2012-06-261-0/+1
| | | | Private header, but still need to distribute it.
* Coding style and whitespace cleanup.Matthew Barnes2012-06-252-8/+8
|
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-252-4/+0
| | | | G_DEFINE_TYPE macros define a static "parent_class" variable.
* Bug #670876 - Missing mnemonics for buttons for vcard attached to emailDan Vrátil2012-06-082-15/+57
|
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-067-0/+854
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.