Re: conditionals in ~/.muttrc ?

2003-12-03 Thread Nori Heikkinen
on Wed, 03 Dec 2003 08:45:40AM -0800, Tom insinuated: > On Wed, Dec 03, 2003 at 11:40:41AM -0500, Nori Heikkinen wrote: > > > > but how do i find out the name? $DISPLAY is just ":0.0"; $TERM > > says "rxvt" ... if i do an `aterm -name foobar`, is there any way > > i can access the name 'foobar' f

Re: conditionals in ~/.muttrc ?

2003-12-03 Thread Tom
On Wed, Dec 03, 2003 at 11:40:41AM -0500, Nori Heikkinen wrote: > > but how do i find out the name? $DISPLAY is just ":0.0"; $TERM says > "rxvt" ... if i do an `aterm -name foobar`, is there any way i can > access the name 'foobar' from within that, by means of setting some > environment variable

Re: conditionals in ~/.muttrc ?

2003-12-03 Thread Nori Heikkinen
on Tue, 02 Dec 2003 11:16:34PM +, Jonathan Dowland insinuated: > On Tue, Dec 02, 2003 at 04:47:22PM -0500, Nori Heikkinen wrote: > > in my vim configuration files, i have different settings for dark and > > light terminal backgrouds > > > i'd like to have the same functionality in my ~/.muttrc

Re: conditionals in ~/.muttrc ?

2003-12-02 Thread Jonathan Dowland
On Tue, Dec 02, 2003 at 04:47:22PM -0500, Nori Heikkinen wrote: > in my vim configuration files, i have different settings for dark and > light terminal backgrouds > i'd like to have the same functionality in my ~/.muttrc. looking at > the documentation, i can't see that it supports conditionals.

conditionals in ~/.muttrc ?

2003-12-02 Thread Nori Heikkinen
hey all, in my vim configuration files, i have different settings for dark and light terminal backgrouds, as follows: if &background == "dark" hi Comment ctermfg=DarkGreen ctermbg=nonecterm=none ... else hi Comment ctermfg=Magenta ctermbg=nonecterm=none ... e