<configsection name="viewport">
<configinteger name="buffer_pages" desc="The number of viewable pages to
send to the browser per server access when listing
- messages.">8</configinteger>
- <configinteger name="limit_factor" desc="When browsing through a message
- list, if a user comes within this percentage of the end of the current
- cached viewport, the browser will send a background request to the server
- to retrieve the next slice of the message list.">35</configinteger>
+ messages.">10</configinteger>
<configinteger name="viewport_wait" desc="How long, in seconds, to wait
before displaying an informational message to users that the message list is
- still being built. Set to 0 to disable messages.">12</configinteger>
+ still being built. Set to 0 to disable messages.">10</configinteger>
</configsection>
</configsection>
</configtab>
minimal (mimp) display have been moved to preferences ('mimp_max_from_chars'
and 'mimp_max_subj_chars').
+The 'limit_factor' configuration option has been removed.
+
Preferences
-----------
buffer_pages: DIMP.conf.buffer_pages,
content_class: 'msglist',
empty_msg: DIMP.text.vp_empty,
- limit_factor: DIMP.conf.limit_factor,
page_size: DIMP.conf.splitbar_pos,
show_split_pane: DIMP.conf.preview_pref,
split_bar: 'splitBar',
initialize: function(opts)
{
this.opts = Object.extend({
- buffer_pages: 5,
+ buffer_pages: 10,
limit_factor: 35,
lookbehind: 40
}, opts);
'flags' => $flags,
'fsearchid' => IMP_Search::MBOX_PREFIX . IMP_Search::DIMP_FILTERSEARCH,
'ham_spammbox' => intval(!empty($GLOBALS['conf']['notspam']['spamfolder'])),
- 'limit_factor' => intval($GLOBALS['conf']['dimp']['viewport']['limit_factor']),
'login_view' => $GLOBALS['prefs']->getValue('dimp_login_view'),
'name' => $GLOBALS['registry']->get('name', 'imp'),
'popup_height' => 610,