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`


-- 
Thomas Roessler              <[EMAIL PROTECTED]>

Reply via email to