From 5d0dd4b3dba7eb8a81907fd48b85cd7e45785682 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sun, 23 Nov 2008 22:35:32 -0700 Subject: [PATCH] Clarify this parameter's values. --- imp/config/prefs.php.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 9f7dc99d5..8e33284c3 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -1115,8 +1115,8 @@ $_prefs['mailbox_start'] = array( '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?"), -- 2.11.0