On 2000-01-16 14:07:17 +0100, Byrial Jensen wrote:

>> This doesn't work in 1.1.2i.  After

>>>set editor=builtin

>> trying to edit a message results in an error from the shell

diff -u -p -u -r2.5 editmsg.c
--- editmsg.c   2000/01/10 10:40:37     2.5
+++ editmsg.c   2000/01/16 13:43:37
@@ -88,7 +88,7 @@ static int edit_one_message (CONTEXT *ct
   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)
   {



-- 
http://www.guug.de/~roessler/

Reply via email to