Working around this madness by drpping the number of items displayed
authorEd Page <eopage@byu.net>
Tue, 22 Feb 2011 23:47:44 +0000 (17:47 -0600)
committerEd Page <eopage@byu.net>
Tue, 22 Feb 2011 23:47:44 +0000 (17:47 -0600)
src/gv_views.py

index 4bbab46..6aba9c3 100644 (file)
@@ -451,7 +451,7 @@ class Messages(object):
        ALL_STATUS = "Any"
        MESSAGE_STATUSES = [UNREAD_STATUS, UNARCHIVED_STATUS, ALL_STATUS]
 
-       _MIN_MESSAGES_SHOWN = 4
+       _MIN_MESSAGES_SHOWN = 1
 
        def __init__(self, app, session, errorLog):
                self._selectedTypeFilter = self.ALL_TYPES