aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog3
-rw-r--r--mail/mail-display.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index df036271ed..5ad3f80de2 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,8 @@
2001-10-12 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-display.c (mail_error_write): Convert URLS so we can get
+ clickable links.
+
* message-list.c: Removed score stuff.
2001-10-12 Jon Trowbridge <trow@ximian.com>
diff --git a/mail/mail-display.c b/mail/mail-display.c
index 1187c2237d..71a1ccbaf6 100644
--- a/mail/mail-display.c
+++ b/mail/mail-display.c
@@ -1321,7 +1321,7 @@ mail_error_write (GtkHTML *html, GtkHTMLStream *stream,
buf = g_strdup_vprintf (format, ap);
va_end (ap);
- htmltext = e_text_to_html (buf, E_TEXT_TO_HTML_CONVERT_NL);
+ htmltext = e_text_to_html (buf, E_TEXT_TO_HTML_CONVERT_NL | E_TEXT_TO_HTML_CONVERT_URLS);
gtk_html_write (html, stream, "<blockquote><em><font color=red>", 32);
gtk_html_write (html, stream, htmltext, strlen (htmltext));
gtk_html_write (html, stream, "</font></em></blockquote>", 29);
d>acm2006-08-034-20/+31 * Change maintainer address to my @FreeBSD.org emailacm2006-07-231-1/+1 * - Do not install standard libraries since they are now present inalepulver2006-06-253-15/+0 * - Update to 1.2.1alepulver2006-06-044-55/+101 * - Update to 1.1pav2006-04-093-4/+15 * [PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWAREedwin2006-04-061-1/+1 * - Update to 1.0.6pav2006-03-274-65/+34 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1 * - Update MASTER_SITEStdb2006-01-171-4/+6 * maintainer-update games/linux-quake4edwin2005-11-221-1/+3 * New maintainer: "Andrew P." <infofarmer@gmail.com>edwin2005-11-181-1/+1 * update games/linux-quake4 to 1.0.5edwin2005-11-183-6/+8