Re: Setting xterm title according to mbox name

2001-07-26 Thread Peter Kovacs
On Thu, Jul 26, 2001 at 10:44:21AM -0400, Peter Kovacs wrote: > On Wed, Jul 18, 2001 at 03:14:28PM +0200, Gregor Hoffleit wrote: > > ... but I haven't found any way to detect the name of the > > mbox that's currently opened, and to pass this name to the shell script. >

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" 1>&2 > > 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

Re: send-hooks and save_name

2001-03-08 Thread Peter Kovacs
On Thu, Mar 08, 2001 at 11:29:23AM -0500, Rich Lafferty wrote: > folder-hook . 'set folder=~/mail' > send-hook concordia.ca 'set folder=~/mail/conu' > send-hook !concordia.ca 'set folder=~/mail/personal' how about: send-hook . 'set folder=~/mail/personal' send-hook concordi

UW-IMAP stupid annoyingness

2001-03-06 Thread Peter Kovacs
I finally found a way around the stupid FOLDER INTERNAL DATA message instead of deleting it every time. simply add the following to your .muttrc: folder-hook . 'push "l!~h X-IMAP\n"' And voila! no more annoying message. On my (relatively small) mailboxes there isn't even a noticeable delay. P