X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=compose.c;h=ced1dc4dc5f529fc4745035a0d4099ade506bca7;hb=4a9d00d99a1b6b24a9fcc8eb604dc3812b2782b8;hp=ef7ee181e553e602a063c8304360d767a8c51c68;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933;p=apps%2Fmadmutt.git diff --git a/compose.c b/compose.c index ef7ee18..ced1dc4 100644 --- a/compose.c +++ b/compose.c @@ -61,6 +61,9 @@ enum HDR_REPLYTO, HDR_FCC, +#ifdef MIXMASTER + HDR_MIX, +#endif HDR_CRYPT, HDR_CRYPTINFO, @@ -71,7 +74,11 @@ enum HDR_XCOMMENTTO, #endif +#ifndef USE_NNTP HDR_ATTACH = (HDR_FCC + 5) /* where to start printing the attachments */ +#else + HDR_ATTACH = (HDR_FCC + 7) +#endif }; #define HDR_XOFFSET 14 @@ -205,7 +212,7 @@ static void redraw_mix_line (LIST *chain) int c; char *t; - mvaddstr (HDR_MIX, SidebarWidth, " Mix: "); + mvaddstr (HDR_MIX, SidebarWidth, " Mix: "); if (!chain) {