X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=editmsg.c;h=6d848e321f7c71e49eab4b459e8231df38c1700e;hp=123ce7ebcafb7fc94466bff96c1927798737ca77;hb=7d29626ce4e1fa932c6349c7253e6f774df069fc;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/editmsg.c b/editmsg.c index 123ce7e..6d848e3 100644 --- a/editmsg.c +++ b/editmsg.c @@ -9,21 +9,12 @@ /* simple, editor-based message editing */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - #include +#include +#include #include "mutt.h" #include "copy.h" -#include "mx.h" - - -#include -#include - -#include /* * return value: @@ -174,8 +165,7 @@ static int edit_one_message (CONTEXT * ctx, HEADER * cur) mx_close_mailbox (&tmpctx, NULL); bail: - if (fp) - fclose (fp); + m_fclose(&fp); if (rc >= 0) unlink (tmp);