X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=copy.c;h=3a8cdfbfc0277beee510c3d928e16863c2ce103d;hp=0c5f8b467511bad0b54ae71b8eca42d854bed6ff;hb=4679714d372c301752dd4b26f4e3fa45641be4b9;hpb=f3cbb9f51357972f6e74244494236a41dc4d84cd diff --git a/copy.c b/copy.c index 0c5f8b4..3a8cdfb 100644 --- a/copy.c +++ b/copy.c @@ -794,7 +794,7 @@ static void format_address_header (char **h, address_t * a) a->next = NULL; *buf = *cbuf = *c2buf = '\0'; - rfc822_write_address (buf, sizeof (buf), a, 0); + rfc822_addrcat(buf, sizeof (buf), a, 0); a->next = tmp; l = m_strlen(buf);