projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb824a
)
Don't show attachments header if there are no attachments.
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 14 Nov 2008 23:31:50 +0000
(16:31 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sun, 16 Nov 2008 17:56:22 +0000
(10:56 -0700)
imp/message.php
patch
|
blob
|
history
diff --git
a/imp/message.php
b/imp/message.php
index
93f0ee0
..
de2f83c
100644
(file)
--- a/
imp/message.php
+++ b/
imp/message.php
@@
-716,7
+716,7
@@
if (!$printer_friendly) {
}
/* Show attachment information in headers? */
-if (
$show_parts != 'none'
) {
+if (
!empty($atc_parts) && ($show_parts != 'none')
) {
$tmp = array();
if ($show_parts == 'all') {