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
- Trouble getting indicator to point to first message Aleksey Tsalolikhin
- Re: Trouble getting indicator to point to first m... Mikko H�nninen
- Re: Trouble getting indicator to point to fir... David T-G
- Re: Trouble getting indicator to point to... Mikko H�nninen
- Re: Trouble getting indicator to poin... David T-G
- Re: Trouble getting indicator to... Mikko H�nninen
- Re: Trouble getting indicator to... Byrial Jensen
- Re: Trouble getting indicator to poin... Byrial Jensen
- Re: Trouble getting indicator to... Greg Matheson
- Re: Trouble getting indicator to point to... Byrial Jensen
- Re: Trouble getting indicator to point to... Gero Treuner
- Re: Trouble getting indicator to poin... Aleksey Tsalolikhin
- Re: Trouble getting indicator to point to fir... David DeSimone
