projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7df4476
)
Fix determination of starting message in search mailboxes
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 17 Sep 2009 21:12:21 +0000
(15:12 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 17 Sep 2009 21:15:11 +0000
(15:15 -0600)
imp/lib/Mailbox.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mailbox.php
b/imp/lib/Mailbox.php
index
0c5284e
..
2bbcdb6
100644
(file)
--- a/
imp/lib/Mailbox.php
+++ b/
imp/lib/Mailbox.php
@@
-584,6
+584,10
@@
class IMP_Mailbox
*/
public function mailboxStart($total)
{
+ if ($this->_searchmbox) {
+ return 1;
+ }
+
switch ($GLOBALS['prefs']->getValue('mailbox_start')) {
case IMP::MAILBOX_START_FIRSTPAGE:
return 1;