Clarify this parameter's values.
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 24 Nov 2008 05:35:32 +0000 (22:35 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 24 Nov 2008 05:37:27 +0000 (22:37 -0700)
imp/config/prefs.php.dist

index 9f7dc99..8e33284 100644 (file)
@@ -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?"),