aboutsummaryrefslogtreecommitdiffstats
path: root/modules/text-highlight/e-mail-formatter-text-highlight.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't rely on user's $PATH, use HIGHLIGHT_COMMAND defined by configureDan Vrátil2012-10-091-1/+1
|
* Bug #684447 - Check for highlight during configure.Dan Vrátil2012-10-091-31/+54
| | | | | | | | | | | | | | If the highlight program cannot be found width AC_PATH_PROGS, configure will abort with an error message. You can either a) install highlight b) specify the patch with HIGHLIGHT=/path/to/highlight c) pass --disable-text-highlight to configure to exclude the module This also makes text-highlight module to fallback to text/plain formatter when highlight program would crash or fail to ensure the content is delivered to user.
* portability: don't use too generic variable namesAntoine Jacoutot2012-10-041-4/+4
| | | | | | | OpenBSD (and maybe other OS) already declare stdout and stdin in <stdio.h> which breaks evolution build, so prefix both with "pipe_" to prevent clashing. https://bugzilla.gnome.org/show_bug.cgi?id=685471
* Bug #680786 - [text-highlight] Correctly display binary patchesDan Vrátil2012-08-231-6/+19
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-6/+7
|
* Bug #680786 - [text-highlight] Prefer Content-Type header over file name ↵Dan Vrátil2012-08-101-14/+18
| | | | extension
* Bug #680634 - Missing image attachmentDan Vrátil2012-07-271-7/+8
|
* Highlighting of text parts and source codesDan Vrátil2012-07-251-0/+391
This adds 'Format as' submenu to the preview pane context menu. The submenu is available only for text/plain parts or parts with a source code (we support about 40 various types). Using the 'highlight' utility, the formatter processes the part and highlights the source code it contains. (discussion in bug #680026)