Re: "To <listname>" as the sender on index view
* Carlos Laviola <carlos@xxxxxxxxxxx> [2003-12-20 18:36]:
> How do I get rid of this? For lists that I have configured like
>
> lists dogs-l cats-l
> subscribe dogs-l cats-l
>
> I do not see anyone's name but the ones who Bcc the list (or spam it).
> How do I fix that?
RTFM:
| 6.3.83. index_format
|
| Type: string
| Default: "%4C %Z %{%b %d} %-15.15L (%4l) %s"
|
| [...]
|
| %F author name, or recipient name if the message is from you
|
| [...]
|
| %L If an address in the To or CC header field matches an address
| defined by the users ``lists'' command, this displays
| "To <listname>", otherwise the same as %F.
Thus, you would probably want to use %F instead of %L. For example:
| # ~/.muttrc
| set index_format="%4C %Z %{%b %d} %-15.15F (%4l) %s"
Holger
--
PGP fingerprint: F1F0 9071 8084 A426 DD59 9839 59D3 F3A1 B8B5 D3DE