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 [email protected]"
> (sent to [email protected])
> * "Cc [email protected]"
> (cc'ed to [email protected])
> * "Cc GNU C Library"
> (cc'ed to GNU C Library <[email protected]>)
> * "To libc-alpha"
> (sent to libc-alpha <[email protected]>=
>
> 1. Is there a way to prevent that mutt uses the display name of
> the message in the index, i.e. to display
> "[email protected]" 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 <[email protected]>