> This may sound stupid, but I have to know... could I have two different
> compilations of mutt, so that I can choose to work with the version
> compiled with slang from the console, and with the v. compiled with
> ncurses from an xterm?

Why not? Just configure it --with-slang, make, make install, and
rename the executable (mv -i /usr/local/bin/mutt
/usr/local/bin/mutt-slang), then configure it again, this time
--with-curses, and install the other executable by hand (mv -i mutt
/usr/local/bin/mutt-curses).

Finally install a script at /usr/local/bin/mutt which decides which
executable to run, depending on the circumstances, perhaps by looking
at $TERM or $TERMINFO.

Edmund

Reply via email to