[imp] Re: On login, auto-jump to final page
Danny O'Brien
dannyo at steinrogan.com
Mon Jun 21 09:01:16 PDT 2004
Thanks a lot for the response. However, being a relative Linux newbie
and a complete IMP/Horde newbie, I'm not sure how to proceed.
We actually have two prefs.php3 files, one located here:
/var/www/horde-1.2.6/imp-2.2.6/config/prefs.php3
and one located here:
/var/www/horde-1.2.6/imp-2.2.6/prefs.php3
I'm guessing that the second one holds sway, as it contains a lot more
detail about the prefs setup. But neither file contains the "//which
page to start on when opening mailbox" configuration text -- so I
presume I should copy the script into the prefs file -- correct?
Also, I'm a little confused by the script. Which value do I change to
tell the program to auto-jump to the last page of a user's email? Do I
knock out the other IMP_MAILBOXSTART commands?
Finally, do I have to reload daemons to get the config change to work?
If so, which ones?
Many questions, I know. If there's a manual that explains all this, I'd
be glad to look at it.
Thanks again,
Danny O'Brien
On Jun 18, 2004, at 3:00 PM, imp-request at lists.horde.org wrote:
> Message: 8
> Date: Fri, 18 Jun 2004 11:43:10 +1000
> From: Ed Murray <mail at avenuedesign.net>
> Subject: Re: [imp] On login, auto-jump to final page
> To: imp at lists.horde.org
> Message-ID: <1087522988.2828.2.camel at localhost>
> Content-Type: text/plain
>
> 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