Summary | Reply-To and message content empty on reply |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | ehymel (at) e-medico (dot) com |
Created | 11/22/2006 (6904 days ago) |
Due | |
Updated | 11/23/2006 (6903 days ago) |
Assigned | |
Resolved | 11/23/2006 (6903 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
New Attachment: compose_fix.diff
use a separate window to compose messages. The problem can be seen in
this diff:
http://cvs.horde.org/diff.php?r1=1.588&r2=1.589&f=imp%2Flib%2FIMP.php
Attached is a patch to add the missing line to the case where
same-window composition is being used.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Reply-To and message content empty on reply
Queue ⇒ IMP
filled in and the content of the previous message does not appear.
This problem appeared recently. I played with different files from a
recent cvs update and tracked the problem to the imp/lib/IMP.php file.
Version 1.588 works as it should, but the latest version (1.160) has
the problem described above. I have not tried version 1.589.
Not sure if it matters, but this is in IE6, SP2. I looked through the
page source and the reply-to address is not present. In other words,
this does not seem to be a problem with escaping characters properly
as reported in a similar previous bug report.
Thanks in advance.