'locked' => false,
'shared' => false,
'type' => 'enum',
- 'enum' => array(IMP::MAILBOX_START_FIRSTUNSEEN => _("Page with the First Unseen Message"),
- IMP::MAILBOX_START_LASTUNSEEN => _("Page with the Last Unseen Message"),
+ 'enum' => array(IMP::MAILBOX_START_FIRSTUNSEEN => _("Page with the First (oldest) Unseen Message"),
+ IMP::MAILBOX_START_LASTUNSEEN => _("Page with the Last (newest) Unseen Message"),
IMP::MAILBOX_START_FIRSTPAGE => _("First Mailbox Page"),
IMP::MAILBOX_START_LASTPAGE => _("Last Mailbox Page")),
'desc' => _("When opening a new mailbox for the first time, which page do you want to start on?"),