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.
>
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
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
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