Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Jan 2009 01:43:25 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        "Daniel Molina Wegener \[Coder.CL\]" <dmw@coder.cl>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mutt question
Message-ID:  <87y6xmadia.fsf@kobe.laptop>
In-Reply-To: <20090107231156.GB50104@vagrant.nomad.nd.edu> (David Karapetyan's message of "Wed, 7 Jan 2009 18:11:56 -0500")
References:  <20090104203319.GA15823@teddy.fas.com> <49652559.3060804@ibctech.ca> <20090107220713.GA50104@vagrant.nomad.nd.edu> <200901071947.34966.dmw@coder.cl> <20090107231156.GB50104@vagrant.nomad.nd.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 7 Jan 2009 18:11:56 -0500, David Karapetyan <david.karapetyan@gmail.com> wrote:
> Yes, I already am using colors. However, when I open mutt, the email
> located in the middle of my terminal screen is the one that is
> highlighted, rather than the topmost one. This strikes me as odd; I'd
> like for the topmost email (email #1) to be highlighted.

I can't find an option that may tune this sort of behavior in the
`.muttrc' startup file, but you can use a hook that is executed
every time a folder is opened:

        folder-hook '1' .*

This will simulate an event of `1<RETURN>' every time you open a
folder whose name matches the regular-expression `.*'.  Matching
all folder names, the command will be executed every time you
open any folder, and mutt will move the current message pointer
to the first message in the folder.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87y6xmadia.fsf>