]> granicus.if.org Git - neomutt/commitdiff
Fix #1804.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 12 Apr 2004 20:37:19 +0000 (20:37 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 12 Apr 2004 20:37:19 +0000 (20:37 +0000)
copy.c

diff --git a/copy.c b/copy.c
index 2bfcde7fb3f2c42c2f40f4462def85dca523f8bd..ff889cde333ad8ee2c398c8846c2e11ef2792149 100644 (file)
--- 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);