projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
030a2d9
)
Don't use cookies/session storage for IMP folder trees
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 28 Aug 2010 22:39:42 +0000
(16:39 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 28 Aug 2010 22:39:42 +0000
(16:39 -0600)
imp/lib/Imap/Tree.php
patch
|
blob
|
history
diff --git
a/imp/lib/Imap/Tree.php
b/imp/lib/Imap/Tree.php
index
58d00e2
..
959cb11
100644
(file)
--- a/
imp/lib/Imap/Tree.php
+++ b/
imp/lib/Imap/Tree.php
@@
-1496,7
+1496,8
@@
class IMP_Imap_Tree implements ArrayAccess, Iterator
$tree = $GLOBALS['injector']->getInstance('Horde_Tree')->getTree($name, $opts['render_type'], array(
'alternate' => true,
'lines' => true,
- 'lines_base' => true
+ 'lines_base' => true,
+ 'nosession' => true
));
$indent = 0;
$parent = null;