On Mon, Mar 20, 2000 at 17:22:01 -0500, David T-G wrote:
> Well, it's noticeable to me; mutt opens up the folder, paints the index,
> and then has to re-paint it from message 1.  Even with "modern" fast
> dialup lines, which don't always apply even for me here in the states,
> it's quite noticeable.

> It just seems to me that there should be a way to not point to the first
> new message if you don't want to.

With the source everything is possible. :-)

One way is to edit curs_main.c, find the function ci_first_message(),
delete all code lines but the last so the function looks like this:

static int ci_first_message (void)
{
  return 0;
}

Then recompile and be happy.

-- 
Byrial

Reply via email to