compose page problems, lacking sent-mail folder
cyborg98@hotmail.com
cyborg98@hotmail.com
Sun, 14 Oct 2001 23:45:29 -0400
This is the first time I've posted to any of the horde-related lists -- I
apologize if this is the wrong place to submit this issue.
I downloaded the cvs versions of Horde and IMP on 10-14-2001 and noticed
that javascript errors are returned on the composition page if the "sent-mail"
folder is not present in the user's account.
Warning: Undefined variable: select in /home/webmail/public_html/horde/imp/compose.php on line 955
This is a snipet of the javascript which causes the error:
function change_identity(id)
{
var pos;
var identities = new Array(
new Array("\n", false, , true)
);
There seems to be a value missing between the two commas. Please note
that none of these errors appear if the "sent-mail" folder properly exists for
the user.
daniel