drop the builtin so called editor and the mailx feature we really dont
[apps/madmutt.git] / init.c
diff --git a/init.c b/init.c
index fd047b6..f86e465 100644 (file)
--- a/init.c
+++ b/init.c
@@ -2702,7 +2702,6 @@ void mutt_init (int skip_sys_rc, LIST * commands)
       p = "vi";
   }
   Editor = m_strdup(p);
-  Visual = m_strdup(p);
 
   if ((p = getenv ("REPLYTO")) != NULL) {
     BUFFER buf, token;