From 63e7c997897328a8e11970acc0053f74a532ac6d Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sun, 16 Jan 2000 13:44:53 +0000 Subject: Use Visual, not Editor, for editing messages. Noted by Marius Gedminas . --- editmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editmsg.c') diff --git a/editmsg.c b/editmsg.c index 7a8c8bc3..61ceadaa 100644 --- a/editmsg.c +++ b/editmsg.c @@ -88,7 +88,7 @@ static int edit_one_message (CONTEXT *ctx, HEADER *cur) if (stat (tmp, &sb) == 0) mtime = sb.st_mtime; - mutt_edit_file (Editor, tmp); + mutt_edit_file (NONULL (Visual), tmp); if ((rc = stat (tmp, &sb)) == -1) { -- cgit v1.2.3