X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=editmsg.c;h=f20445609e1248a303a571dceaa6adf0fcb16cfe;hp=cb6616f4c8d32f99664a155877e7a22ed62d14d1;hb=6be673363a420d4f21e9ab1fbd5835ffba38a7ed;hpb=ae0ce4dfcafa0c3820f107c5bfa8bd06e5272b57 diff --git a/editmsg.c b/editmsg.c index cb6616f..f204456 100644 --- a/editmsg.c +++ b/editmsg.c @@ -9,24 +9,13 @@ /* simple, editor-based message editing */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include +#include +#include #include "mutt.h" #include "copy.h" #include "mx.h" - -#include -#include - -#include - /* * return value: * @@ -55,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);