Now deal with EDITOR from lua as well.
[apps/madmutt.git] / editmsg.c
index 6d848e3..c66f5ee 100644 (file)
--- a/editmsg.c
+++ b/editmsg.c
@@ -92,7 +92,7 @@ static int edit_one_message (CONTEXT * ctx, HEADER * cur)
     goto bail;
   }
 
-  mutt_edit_file (NONULL (Editor), tmp);
+  mutt_edit_file(tmp);
 
   if ((rc = stat (tmp, &sb)) == -1) {
     mutt_error (_("Can't stat %s: %s"), tmp, strerror (errno));