Trent,

You're right about the bug, but wrong about the fix. If you do the fix
below, you can break the regular expression in that script when dealing with
certain folder names. The proper fix is this:

In the readmail file, line 147, change this line:

 mbNames = mbNames.substring(0,x.length-1);

to this:

 mbNames = mbNames.substring(0,mbNames.length-1);

We'll be putting this fix in the next hotfix due out in a few days.

-Ron


> i've noticed a problem with the move drop-down feature
> on the readmail.html
> with the new 1.51 templates.  when you are previewing
> an email message and
> you see the drop-down selection to move the message to
> another folder,
> there's an extra "<" appended to the last item in the
> drop-down list.  at
> least, this is the case in our installation.  it was
> easily fixed by
> modifying the line in the readmail.html file....
> was:
> var mbNames =
> "<!--IMAIL.MailboxNamesExcludeCurrent-->" + "<";
> changed to:
> var mbNames =
> "<!--IMAIL.MailboxNamesExcludeCurrent-->";// + "<";
>
> not sure what mbNames is exactly, or if i've really
> impacted anything else.
> but, everything seems to function okay still, and now
> moving an email
> message works for all folders in the drop-down, as
> opposed to all but the
> last folder when the extra "<" was in there.
> hope this is helpful for everyone.






______________________________________________________________________
The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc.
Questions, Comments or Glowing Praise...... mailto:[EMAIL PROTECTED]
Searchable List Archive.... http://www.mail-archive.com/[email protected]
To Manage your Subscription......... http://humankindsystems.com/lists

Reply via email to