X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=commands.c;h=82bc24040ec80a8394de43e29aaee70fb6db1e31;hb=f2ff91d8b7627e22af9715d384b6f9e9e802a39e;hp=7c7d8698c68db27e9f2045f01768db7de58b2561;hpb=024fe257a96f97619e236bbdafe57b63101eb17f;p=apps%2Fmadmutt.git diff --git a/commands.c b/commands.c index 7c7d869..82bc240 100644 --- a/commands.c +++ b/commands.c @@ -244,7 +244,7 @@ void ci_bounce_message (HEADER * h, int *redraw) } buf[0] = 0; - rfc822_write_address (buf, sizeof (buf), adr, 1); + rfc822_addrcat(buf, sizeof (buf), adr, 1); #define extra_space (15 + 7 + 2) snprintf (prompt, sizeof (prompt), @@ -576,7 +576,7 @@ void mutt_display_address (ENVELOPE * env) */ buf[0] = 0; - rfc822_write_address (buf, sizeof (buf), adr, 0); + rfc822_addrcat(buf, sizeof (buf), adr, 0); mutt_message ("%s: %s", pfx, buf); }