* romildo@xxxxxxxxxxx [2004-02-24 07:46 -0300]: > Is it possible to conditionally include a file > in the configuration file? >From my config: source `if [ "(" -z "$SSH_CONNECTION" -o\ "${SSH_CONNECTION%%" *"}" = '172.27.0.3' ")"\ -a "$TERM" = 'xterm' ];\ then echo ~/.mutt/color-x ;\ else echo ~/.mutt/color ;\ fi` Nicolas