projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1523d7
)
Fix undefined error
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 12 Dec 2008 06:15:38 +0000
(23:15 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 12 Dec 2008 06:15:38 +0000
(23:15 -0700)
imp/lib/UI/Mailbox.php
patch
|
blob
|
history
diff --git
a/imp/lib/UI/Mailbox.php
b/imp/lib/UI/Mailbox.php
index
15f5893
..
7df4052
100644
(file)
--- a/
imp/lib/UI/Mailbox.php
+++ b/
imp/lib/UI/Mailbox.php
@@
-117,7
+117,7
@@
class IMP_UI_Mailbox
}
}
- if (
$full
&& !isset($ret['fullfrom'])) {
+ if (
!empty($options['fullfrom'])
&& !isset($ret['fullfrom'])) {
$ret['fullfrom'] = $ret['from'];
}