[Tickets #4246] IMP Send mail bug
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Aug 3 06:51:51 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4246
-----------------------------------------------------------------------
Ticket | 4246
Updated By | lumir.jasiok at vsb.cz
Summary | IMP Send mail bug
Queue | IMP
Version | 4.1.2
Type | Bug
State | Feedback
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
lumir.jasiok at vsb.cz (2006-08-03 06:51) wrote:
> This doesn't make *any* sense, and your patch either.
Sorry for my poor english knowledge. Try in MSIE SP2 create new message in
IMP 4.1.2, check Save a copy in "mail/sent-mail" (for example) , write
some text and send the message using "Send Message" at the bottom of the
page. It doesn't work. The message was not sent. Tested on two different
PC. If i disable the "Save a copy in mail/sent-mail", then everything is
ok, if i sent mail with Send Message" button on the top of the page, then
is everything ok even if i have option "Save a copy in ..." turn on.
Problem is in missing condition between the tho round bracket in
imp-3.1.2/templates/compose/compose.inc file (at my opinion). When i fix
the line in compose.inc as is for the upper "end Message", then everything
is ok, problem dismiss. Check the differences at the
compose.inc:
<input name="btn_send_message" type="submit" <?php echo
Horde::getAccessKeyAndTitle(_("_Send Message")) ?> class="button"
onclick="return uniqSubmit('send_message');" value="<?php echo _("Send
Message") ?>" />
and
<input name="btn_send_message" type="submit" <?php echo
Horde::getAccessKeyAndTitle(_("_Send Message"), true) ?> class="button"
onclick="return uniqSubmit('send_message');" value="<?php echo _("Send
Message") ?>" />
Do you understand what i try to say? If don't, then please explain what
doesnt sense, i'll try to explain it.
More information about the bugs
mailing list