projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0813709
)
MFB: Fix typo (Bug #7911).
author
Jan Schneider
<jan@horde.org>
Fri, 30 Jan 2009 00:22:15 +0000
(
01:22
+0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 30 Jan 2009 00:22:15 +0000
(
01:22
+0100)
imp/compose.php
patch
|
blob
|
history
imp/docs/CHANGES
patch
|
blob
|
history
diff --git
a/imp/compose.php
b/imp/compose.php
index
8752a7d
..
72881f1
100644
(file)
--- a/
imp/compose.php
+++ b/
imp/compose.php
@@
-879,7
+879,7
@@
if ($redirect) {
case 'forward':
case 'forward_all':
case 'forward_body':
- case 'forward_attachment':
+ case 'forward_attachment
s
':
$reply_type = 'forward';
break;
}
diff --git
a/imp/docs/CHANGES
b/imp/docs/CHANGES
index
7af3711
..
752a6d4
100644
(file)
--- a/
imp/docs/CHANGES
+++ b/
imp/docs/CHANGES
@@
-50,7
+50,7
@@
v5.0-git
v4.3.4-cvs
----------
-
+[jan] Fix logging of messages forwarded with attachments (Bug #7911).
------