<<< Date Index >>>     <<< Thread Index >>>

Re: Author name rather than list name for subscribed lists



On Tue, Nov 21, 2006 at 12:53:39PM -0500, Kyle Wheeler wrote:
> Huh? I have:
> 
>     subscribe '^mutt-users@mutt\.org$'
> 
> in my muttrc, and the list works great for me. I can see the name of 
> the author in the index view and everything. 

This is because you've changed your index_format from the default.

> If it helps, my index_format is:
> 
>     "%4C %Z %{%b %d} %-15.15n %?l?{%4l}&(%4c)? %?M?[%M]> &?%s"

The default is "%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s". The
important difference is %-15.15L. Your index_format has mutt print the
author's real name. From the docs, %L = "If an address in the To or CC
header field matches an address defined by the users ``subscribe''
command, this displays "To <list-name>", otherwise the same as %F."

-- Mike