[imp] On login, auto-jump to final page
Ed Murray
mail at avenuedesign.net
Thu Jun 17 18:43:10 PDT 2004
Take a look at these options in imp/config/prefs.php:
// which page to start on when opening mailbox
$_prefs['mailbox_start'] = array(
'value' => IMP_MAILBOXSTART_FIRSTPAGE,
'locked' => true,
'shared' => false,
'type' => 'enum',
'enum' => array(IMP_MAILBOXSTART_FIRSTUNSEEN => _("Page with the
First Unseen Message"),
IMP_MAILBOXSTART_LASTUNSEEN => _("Page with the Last
Unseen Message"),
IMP_MAILBOXSTART_FIRSTPAGE => _("First Mailbox
Page"),
IMP_MAILBOXSTART_LASTPAGE => _("Last Mailbox
Page")),
'desc' => _("When opening a new mailbox, which page do you want to
start on?"),
'help' => 'prefs-mailbox_start');
On Fri, 2004-06-18 at 02:10, Danny O'Brien wrote:
> We're running IMP under Debian. My users complain about the auto-jump
> on login. The way it works now, when we log in, the site jumps to the
> first unread email, which can be months old.
>
> Is there any way to adjust the IMP so that on login, it auto-jumps to
> the final page with the most recent email?
>
> TIA,
>
> Danny O'Brien
More information about the imp
mailing list