From: Thomas Roessler Date: Mon, 12 Apr 2004 20:37:19 +0000 (+0000) Subject: Fix #1804. X-Git-Tag: mutt-1-5-15-rel~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20453d1910a718e1ff5a3f83428a2050e99b6e75;p=mutt Fix #1804. --- diff --git a/copy.c b/copy.c index 2bfcde7f..ff889cde 100644 --- a/copy.c +++ b/copy.c @@ -906,7 +906,7 @@ static int address_header_decode (char **h) default: return 0; } - if ((a = rfc822_parse_adrlist (a, s + l + 1)) == NULL) + if ((a = rfc822_parse_adrlist (a, s + l)) == NULL) return 0; mutt_addrlist_to_local (a);