X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=editmsg.c;h=f20445609e1248a303a571dceaa6adf0fcb16cfe;hp=529838c431de48572214d325b55b8cd3699edc57;hb=330047119d7dc2674918d12253fc24146aefc8d3;hpb=d903a73d430f5b445ab8caa50a72bb2f575d79fe diff --git a/editmsg.c b/editmsg.c index 529838c..f204456 100644 --- a/editmsg.c +++ b/editmsg.c @@ -9,22 +9,13 @@ /* simple, editor-based message editing */ -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include +#include #include "mutt.h" #include "copy.h" #include "mx.h" -#include "lib/intl.h" -#include "lib/str.h" - -#include -#include - -#include - /* * return value: * @@ -53,7 +44,7 @@ static int edit_one_message (CONTEXT * ctx, HEADER * cur) struct stat sb; time_t mtime = 0; - size_t size = 0; + ssize_t size = 0; mutt_mktemp (tmp);