X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=compose.c;h=5b3687acce0766270595f9488614dcfaf698533f;hb=c88f8ebd5e7542e4ee2ac2c24dfd5f358dbb4235;hp=91a2894f22067ca1426c6c103dd2d606b5b04125;hpb=ab12fea9d01b3b9bc53081ae4ccc046243f1cb9f;p=apps%2Fmadmutt.git diff --git a/compose.c b/compose.c index 91a2894..5b3687a 100644 --- a/compose.c +++ b/compose.c @@ -266,7 +266,7 @@ static int check_attachments (ATTACHPTR ** idx, short idxlen) return 0; } -static void draw_envelope_addr (int line, ADDRESS * addr) +static void draw_envelope_addr (int line, address_t * addr) { char buf[STRING]; @@ -320,7 +320,7 @@ static void draw_envelope (HEADER * msg, char *fcc) SETCOLOR (MT_COLOR_NORMAL); } -static int edit_address_list (int line, ADDRESS ** addr) +static int edit_address_list (int line, address_t ** addr) { char buf[HUGE_STRING] = ""; /* needs to be large for alias expansion */ char *err = NULL;