projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04d6220
)
Fix variable name
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 4 May 2010 09:01:08 +0000
(
03:01
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 4 May 2010 09:01:08 +0000
(
03:01
-0600)
imp/thread.php
patch
|
blob
|
history
diff --git
a/imp/thread.php
b/imp/thread.php
index
db6812d
..
ce26562
100644
(file)
--- a/
imp/thread.php
+++ b/
imp/thread.php
@@
-133,7
+133,7
@@
foreach ($imp_indices->indices() as $mbox => $idxlist) {
}
/* Flag messages as seen. */
-$injector->getInstance('IMP_Message')->flag(array('\\seen'), $
loop_array
);
+$injector->getInstance('IMP_Message')->flag(array('\\seen'), $
imp_indices
);
$template = $injector->createInstance('Horde_Template');
$template->setOption('gettext', true);