X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compose.c;h=86004f293a0035397eddbf73715f0cb1e1fdc174;hp=cc4346d3b7887a399574eddb31a4e5b1fadedae8;hb=05dc13941fb8fcaf3a95f0d34a3021e3aa73b3f2;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/compose.c b/compose.c index cc4346d..86004f2 100644 --- a/compose.c +++ b/compose.c @@ -3,6 +3,9 @@ * Copyright (C) 1996-2000 Michael R. Elkins * Copyright (C) 2004 g10 Code GmbH * + * Parts were written/modified by: + * Nico Golde + * * This file is part of mutt-ng, see http://www.muttng.org/. * It's licensed under the GNU General Public License, * please see the file GPL in the top level source directory. @@ -24,6 +27,7 @@ #include "sort.h" #include "charset.h" #include "mx.h" +#include "compose.h" #ifdef MIXMASTER #include "remailer.h" @@ -33,6 +37,10 @@ #include "nntp.h" #endif +#include "lib/mem.h" +#include "lib/intl.h" +#include "lib/str.h" + #include #include #include @@ -428,10 +436,6 @@ static unsigned long cum_attachs_size (MUTTMENU * menu) return s; } -/* prototype for use below */ -static void compose_status_line (char *buf, size_t buflen, MUTTMENU * menu, - const char *p); - /* * compose_format_str() *