Re: Setting xterm title according to mbox name

2001-07-26 Thread Peter Kovacs
On Wed, Jul 18, 2001 at 03:14:28PM +0200, Gregor Hoffleit wrote: echo -ne \033]2;MUTT - $MBOX\007 12 I started with a folder-hook . source ~/bin/mutt-xtitle where mutt-xtitle was a shell script with a command like the one above. That somehow worked, but I haven't found any way to detect

Setting xterm title according to mbox name

2001-07-19 Thread Gregor Hoffleit
Vim sets the xterm title bar according to the name of the edited file. I tried to find a solution to the something similar with mutt, but couldn't find anything yet. few control codes to stdout: echo -ne \033]2;MUTT - $MBOX\007 12 I started with a folder-hook . source ~/bin/mutt-xtitle