X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=editmsg.c;h=6d848e321f7c71e49eab4b459e8231df38c1700e;hp=9dd05e16830a7ee75dbddcd8da5191d168349e58;hb=916e4872caf252a5850e64f79427b9dd7808435d;hpb=1ee89902de184a640c171ae3285bff6882a791bd diff --git a/editmsg.c b/editmsg.c index 9dd05e1..6d848e3 100644 --- a/editmsg.c +++ b/editmsg.c @@ -10,10 +10,11 @@ /* simple, editor-based message editing */ #include +#include +#include #include "mutt.h" #include "copy.h" -#include "mx.h" /* * return value: @@ -164,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);