X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.c;h=f86e4650fa33a0a92b5d4a905648f82583accac4;hp=1c3227054a23ab53f5da45b3bfbba24d608562b1;hb=dded59764065d6d5051f3188cd691cd1a00c185e;hpb=766fd6928123218aca635827248299ceeeb1d170 diff --git a/init.c b/init.c index 1c32270..f86e465 100644 --- a/init.c +++ b/init.c @@ -29,7 +29,7 @@ #include "mbyte.h" #include "charset.h" #include "thread.h" -#include "mutt_crypt.h" +#include #include "mutt_idna.h" #if defined(USE_SSL) || defined(USE_GNUTLS) @@ -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;