On Fri, Apr 19, 2013 at 08:53:03AM +0200, Dominik Vogt wrote:
> With mutt-1.5.21 I have a little trouble with mailing lists.  In
> ~/.muttrc there are the lines
> 
>   subscribe libc-alpha
>   set index_format="%3C%S %{%b-%d}  %-20.20L  %5c  %s"
> 
> Now when list mail is received, mutt shows a wide variety of
> "senders" in the message list, which makes it very tedious to
> manually identify which message was coming from which list:
> 
>  * "To libc-al...@sourceware.org"
>    (sent to libc-al...@sourceware.org)
>  * "Cc libc-al...@sourceware.org"
>    (cc'ed to libc-al...@sourceware.org)
>  * "Cc GNU C Library"
>    (cc'ed to GNU C Library <libc-al...@sourceware.org>)
>  * "To libc-alpha"
>    (sent to libc-alpha <libc-al...@sourceware.org>=
> 
> 1. Is there a way to prevent that mutt uses the display name of
>    the message in the index, i.e. to display
>    "libc-al...@sourceware.org" instead of "GNU C Library"?

Sorry, I don't know the answer to this.

> 2. Is there a way to get rid of the "Cc" or "To" without losing
>    the other benefits of %L in the index_format?

See Conditionals (under Format Strings) in the mutt manual.  For 
example:

set index_format="... %?L?list: %-20.20L&...? ..."

Paul.

-- 
Paul Hoffman <nkui...@nkuitse.com>

Reply via email to