[imp] $default->sort_dir = 1 and random page number?
Bill Shupp
hostmaster@shupp.org
Wed, 08 Nov 2000 16:10:05 -0600 (CST)
Quoting Chuck Hagenbuch <chuck@horde.org>:
> Quoting Bill Shupp <hostmaster@shupp.org>:
>
> > $default->sort_dir = 1;
> >
> > in horde/imp/config/mailbox.php3, I find that when I view folders with
> many
> > pages of messages, I never start at page 1. It's usually somewhere
> close to
> > the
> > middle. I have to manually click on << to get to the first page.
> >
> > This does not happen when:
> >
> > $default->sort_dir = 0;
> >
> > Can I fix this?
>
> IMP is attempting to put you at your first unread message.
>
> -chuck
I see. Is there a way disable this, and still have $default->sort_dir = 0 ?
Thanks,
Bill