Re: displaying folder name in xterm title

2002-07-04 Thread Aragon Gouveia
Hi, There must be a way. It should just be a matter of sending the right escape sequence to the terminal. You can probably do this in the status_format. I think the escape sequences are as follows: \033]0;whatever you want in the title\007 There are also escape sequences for the window name

unread flag in folder view

2002-06-30 Thread Aragon Gouveia
Hi, Does anyone know how to have Mutt display a 'U' flag in the folder view if a mail folder has unread messages? There's no folder_format format string for it, so I was hoping someone could help me add it to the source. I really suck at C :/ but I'm guessing it needs to be added in browser.c.

unread flag in folder view

2002-06-30 Thread Aragon Gouveia
Hi, Does anyone know how to have Mutt display a 'U' flag in the folder view if a mail folder has unread messages? There's no folder_format format string for it, so I was hoping someone could help me add it to the source. I really suck at C :/ but I'm guessing it needs to be added in browser.c.

Re: unread flag in folder view

2002-06-30 Thread Aragon Gouveia
| By Rocco Rutte [EMAIL PROTECTED] | [ 2002-07-01 03:18 +0200 ] To repeat it once more: Such a ``feature'' is just much too Wierd that I subscribed while this subject was being discussed! Apollogies for the repitition. If you're really interested in

Re: unread flag in folder view

2002-06-30 Thread Aragon Gouveia
| By Nicolas Rachinsky [EMAIL PROTECTED] | [ 2002-07-01 01:41 +0200 ] This would be very expensive when using mbox folders, because mutt would have to read all folders completely. Would it be more efficient as a Maildir only feature? Thanks, Aragon

Re: Passing muttrc format strings to bash

2002-06-30 Thread Aragon Gouveia
| By Nicolas Rachinsky [EMAIL PROTECTED] | [ 2002-07-01 01:40 +0200 ] I have the vague feeling to remember that [EMAIL PROTECTED] was about a patch for this problem. There's a patch here: http://home.uchicago.edu/~dgc/mutt/ It works excellently. I'm