I'm trying to use some of the capabilities of mutt and I'm
experimenting wuth the lists command to get some of the
capabilities like threading and reply to list. But I don't like
the other one, which is showing the list name in the index menu
display. For example in my mua folder, I'm only getting mail from
mutt-users, so I'm losing authors' names and jsut being told the
mail is coming from mutt-users, which I already know.

So, I tried folder hook and got rid of the ``%L'' in index_format
like this:

folder-hook mua         set index_format="%3C %Z %{%b %d} %-15.15F (%3l) %s"

but it looks like I don't understand either folder-hook or index_format.

All I get are messages that %Z is undefined and the slots for the
mails are blank. It is OK when I run this:

set index_format="%3C %Z %{%b %d} %-15.15F (%3l) %s"

The section in my .muttrc is like this:

folder-hook .     set index_format="%4C %Z %{%b %d} %-15.15L (%4l) %s" 
folder-hook mua   set index_format="%3C %Z %{%b %d} %-15.15F (%3l) %s"
folder-hook sla   set index_format="%4C %Z %{%b %d} %-15.15F (%4l) %s"

You can't set index_format in a folder-hook? 

I don't have the codes in man printf, but I don't think that's my problem.

-- 
Greg Matheson
Chinmin College, Taiwan
[EMAIL PROTECTED]

Reply via email to