On Mon, Nov 13, 2000 at 01:28:12PM -0500, Josh Huber wrote:
> I like mutt's ability to set the Mail-Followup-To variable, and the
> list-reply functionality, but I don't like how it shows the list name
> instead of the person who sent the mail in the index view.
>
> I already have procmail sort mail into seperate mailboxes, so I know
> what mailing list I'm dealing with.
>
> What's the proper way to keep the default behavior, but still use the
> additional handy features you get when using the subscribe command.
>From my .muttrc:
set index_format = "%4C %Z %[%b %d] %-15.15n (%4l) %s"
^^^^^^^^
The default format string has "%-15.15L" instead of "%-15.15n". The
"n" expands to the author's real name (or address if the real name
isn't known). I believe the numbers have to do with the field length.
--
Luke