X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compose.c;h=2e96e7da0bbec0e59d06f33f5ea364381b3806cb;hp=a37955e1498cfef6b37ed8a2d32d2f2ab99a6de5;hb=108f3c7ab59844591f7540347914ea57be5245e2;hpb=97677c08933e16e25ecb3c12473ef1efdab7962b diff --git a/compose.c b/compose.c index a37955e..2e96e7d 100644 --- a/compose.c +++ b/compose.c @@ -198,7 +198,7 @@ static void redraw_crypt_lines (HEADER * msg) #ifdef MIXMASTER -static void redraw_mix_line (LIST * chain) +static void redraw_mix_line (string_list_t * chain) { int c; const char *t; @@ -318,7 +318,7 @@ static int edit_address_list (int line, address_t ** addr) mutt_addrlist_to_local (*addr); rfc822_write_address (buf, sizeof (buf), *addr, 0); if (mutt_get_field (Prompts[line - 1], buf, sizeof (buf), M_ALIAS) == 0) { - address_delete (addr); + address_list_wipe(addr); *addr = mutt_parse_adrlist (*addr, buf); *addr = mutt_expand_aliases (*addr); }