projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca99c7d
)
Fix logic
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 9 Feb 2010 07:03:42 +0000
(
00:03
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 9 Feb 2010 07:03:42 +0000
(
00:03
-0700)
imp/lib/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Compose.php
b/imp/lib/Compose.php
index
85e1f21
..
e29b188
100644
(file)
--- a/
imp/lib/Compose.php
+++ b/
imp/lib/Compose.php
@@
-1425,7
+1425,7
@@
class IMP_Compose
}
}
- if (empty($header['to'])
||
(count($hdr_cc) > 1)) {
+ if (empty($header['to'])
&&
(count($hdr_cc) > 1)) {
$reply_type = 'reply_all';
}
$header[empty($header['to']) ? 'to' : 'cc'] = rtrim(implode('', $hdr_cc), ' ,');