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

Re: Mailing List 'To' in Index



On Tue, Dec 11, 2007 at 08:54:48PM CST, Michael Pobega <pobega@xxxxxxxxx> wrote:
> On Wed, Dec 12, 2007 at 03:46:22AM +0100, Henrik Enberg wrote:
> > Michael Pobega <pobega@xxxxxxxxx> writes:
> > >
> > > I'd like instead of seeing "mutt-users@xxxxxxxx" in the 'To' area of the
> > > index, see who the mail is actually from. I remember I used to have Mutt
> > > set up to do this, but I lost all of my configuration files in a
> > > partitioning accident.
> > 
> > Change %L to %F in index_format.
> 
> How would I go about doing that in my ~/.muttrc exactly?

The manual says that the configuration variable index_format is type string
with a default value "%4C %Z %{%b %d} %-15.15L (%4l) %s".

        <http://www.mutt.org/doc/manual/manual-6.html#index_format>

Since strings setting syntax follow the complex grammar "set foo=bar", 
try something like this:

        set index_format="%4C %Z %{%b %d} %-15.15F (%4l) %s".


-- 
Eugene