From 5437fa7c354b5ddf12b4e13136834d86168e3580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 8 Oct 2012 23:27:29 +0200 Subject: Bug #684447 - Check for highlight during configure. 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. --- em-format/e-mail-formatter-text-plain.c | 1 + 1 file changed, 1 insertion(+) (limited to 'em-format') diff --git a/em-format/e-mail-formatter-text-plain.c b/em-format/e-mail-formatter-text-plain.c index 7fd63b5566..5ef5ba3d1f 100644 --- a/em-format/e-mail-formatter-text-plain.c +++ b/em-format/e-mail-formatter-text-plain.c @@ -34,6 +34,7 @@ static const gchar *formatter_mime_types[] = { "text/plain", "text/*", "message/*", + "application/vnd.evolution.plaintext", NULL }; typedef struct _EMailFormatterTextPlain { -- cgit v1.2.3