X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compose.c;h=96d0bb1d14106841f74adb5ee77c682139c1e169;hp=d93dbfd6127a645b2de99153e4a38e62ef1086c4;hb=8b5621629de0dda169433c04f5ad685f31382dc7;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/compose.c b/compose.c index d93dbfd..96d0bb1 100644 --- a/compose.c +++ b/compose.c @@ -11,17 +11,6 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include -#include -#include -#include - #include #include @@ -31,6 +20,7 @@ #include #include #include +#include #include "mutt.h" #include "alias.h" @@ -39,9 +29,7 @@ #include "recvattach.h" #include "sort.h" #include "charset.h" -#include "mx.h" #include "buffy.h" -#include "compose.h" #ifdef MIXMASTER #include "remailer.h" @@ -438,6 +426,9 @@ static unsigned long cum_attachs_size (MUTTMENU * menu) * help when modifying this function. */ +static void compose_status_line (char *buf, ssize_t buflen, MUTTMENU * menu, + const char *p); + static const char *compose_format_str (char *buf, ssize_t buflen, char op, const char *src, const char *prefix, const char *ifstring,