* Will Yardley <[EMAIL PROTECTED]> [020122 19:05]:
> since the first bit presumably is doing some sanity checking as well, it
> MIGHT work to take out the 'else if' line entirely, but i don't really
> know.
> 
>         /* Make sure that the terminal can take the control codes */
>         if (ep == NULL) unset_option (MuttVars[idx].data);
>         else if (mutt_strcasecmp (ep, "xterm") != 0) unset_option 
>(MuttVars[idx].data);

That did it for me (using wterm and $TERM set to 'rxvt')

mdb
-- 
You have the capacity to learn from mistakes.  You'll learn a lot today.

Reply via email to