summaryrefslogtreecommitdiffstats
path: root/editmsg.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-01-16 13:44:53 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-01-16 13:44:53 +0000
commit63e7c997897328a8e11970acc0053f74a532ac6d (patch)
treeaa67df88389e2906aee61f7ac9cb88be5c707752 /editmsg.c
parente3e1ca141d2c5bd59887137f2ab6757168908408 (diff)
Use Visual, not Editor, for editing messages. Noted by Marius
Gedminas <mgedmin@pub.osf.lt>.
Diffstat (limited to 'editmsg.c')
-rw-r--r--editmsg.c2
1 files changed, 1 insertions, 1 deletions
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)
{