From owner-freebsd-questions@FreeBSD.ORG Wed Jan 7 23:43:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD55F106566B for ; Wed, 7 Jan 2009 23:43:32 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from mx-out.forthnet.gr (mx-out.forthnet.gr [193.92.150.104]) by mx1.freebsd.org (Postfix) with ESMTP id 1C7358FC08 for ; Wed, 7 Jan 2009 23:43:31 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from mx-av-06.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-04.forthnet.gr (8.14.3/8.14.3) with ESMTP id n07NhT7w012400; Thu, 8 Jan 2009 01:43:29 +0200 Received: from MX-IN-01.forthnet.gr (mx-in-01.forthnet.gr [193.92.150.23]) by mx-av-06.forthnet.gr (8.14.3/8.14.3) with ESMTP id n07NhTSe031287; Thu, 8 Jan 2009 01:43:29 +0200 Received: from kobe.laptop (ppp160-148.adsl.forthnet.gr [194.219.40.148]) by MX-IN-01.forthnet.gr (8.14.3/8.14.3) with ESMTP id n07NhRpx003923; Thu, 8 Jan 2009 01:43:28 +0200 Authentication-Results: MX-IN-01.forthnet.gr smtp.mail=keramida@ceid.upatras.gr; spf=neutral Authentication-Results: MX-IN-01.forthnet.gr header.from=keramida@ceid.upatras.gr; sender-id=neutral Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id n07NhQpS095229; Thu, 8 Jan 2009 01:43:26 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id n07NhP66095228; Thu, 8 Jan 2009 01:43:25 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: "Daniel Molina Wegener \[Coder.CL\]" 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> Date: Thu, 08 Jan 2009 01:43:25 +0200 In-Reply-To: <20090107231156.GB50104@vagrant.nomad.nd.edu> (David Karapetyan's message of "Wed, 7 Jan 2009 18:11:56 -0500") Message-ID: <87y6xmadia.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: mutt question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 23:43:33 -0000 On Wed, 7 Jan 2009 18:11:56 -0500, David Karapetyan 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' 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.