projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c774d18
)
Fix save as link generation in dimp
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 13 Aug 2009 18:18:37 +0000
(12:18 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 15 Aug 2009 18:13:47 +0000
(12:13 -0600)
imp/lib/IMP.php
patch
|
blob
|
history
diff --git
a/imp/lib/IMP.php
b/imp/lib/IMP.php
index
dacb0a7
..
838afc9
100644
(file)
--- a/
imp/lib/IMP.php
+++ b/
imp/lib/IMP.php
@@
-899,7
+899,8
@@
class IMP
{
$params = array('mailbox' => $mailbox);
if (!is_null($uid)) {
- $params['index'] = $uid;
+ // TODO: Remove 'index' for 'uid' instead
+ $params['index'] = $params['uid'] = $uid;
if ($mailbox != $tmailbox) {
$params['thismailbox'] = $tmailbox;
}