From f84ab028e9886048949b584ddf9dd704783c5178 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Wed, 7 Jun 2006 05:09:58 +0000 Subject: Fix for a plus/minor header. svn path=/trunk/; revision=32085 --- mail/em-format-html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-format-html.c') diff --git a/mail/em-format-html.c b/mail/em-format-html.c index eb9034ee42..91a876cf6e 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1580,7 +1580,7 @@ efh_format_address (EMFormatHTML *efh, GString *out, struct _camel_header_addres } - if (limit > 0 && i>(limit-1)) { + if (limit > 0 && i>(limit)) { if (!strcmp (field, i18n_hdrs[2])) { -- cgit