diff options
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 2 |
1 files changed, 1 insertions, 1 deletions
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])) { |