On Sat, Jul 22, 2000 at 10:58:18AM +0200, Thomas Roessler wrote:
: On 2000-07-21 17:25:30 +0200, Johannes Zellner wrote:
:
: > is it possible to have conditionals in ~/.muttrc ?
: > I want for example slightly different colors in
: > xterm than in linux console.
:
: I'm doing it this way:
:
: source ~/.mutt/colors.`if [ "$TERM" = "linux" ] ; then echo \
: linux ; else echo default ; fi`
Can't you do something like:
source ~/.mutt/$TERM
and then just create a different muttrc file for each terminal?
--
Eugene Lee
[EMAIL PROTECTED]