projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b571ad
)
Fix variable name
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 12 Dec 2008 18:03:38 +0000
(11:03 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 12 Dec 2008 18:03:38 +0000
(11:03 -0700)
imp/compose.php
patch
|
blob
|
history
diff --git
a/imp/compose.php
b/imp/compose.php
index
e17d66a
..
558da75
100644
(file)
--- a/
imp/compose.php
+++ b/
imp/compose.php
@@
-355,7
+355,7
@@
case 'forward_attachments':
$format = $fwd_msg['format'];
$rtemode = ($rtemode || (!is_null($rtemode) && ($format == 'html')));
$title = $header['title'];
- $encoding = empty($charset) ? $
reply
_msg['encoding'] : $charset;
+ $encoding = empty($charset) ? $
fwd
_msg['encoding'] : $charset;
break;
case 'redirect_compose':