not correctly processed "mailto" links

Yuriy <[email protected]> Sat, 18 Jun 2011 13:54:52 +0400
Newsgroups gmane.mail.squirrelmail.devel
Message-ID <[email protected]>
These references form different pages.
http://.../src/compose.php?Subject=....
http://.../src/compose.php?subject=....
"Subject" is not processed, whereas "subject" is processed.

The following patch for mime.php solves the given problem.

2491c2491
<                  $url_str = preg_replace(array('/to=/i', '/(?<!b)cc=/i', '/bcc=/i'), array('send_to=', 'send_to_cc=', 'send_to_bcc='), $mailto_params);
---
>                  $url_str = preg_replace(array('/to=/i', '/(?<!b)cc=/i', '/bcc=/i', '/subject=/i'), array('send_to=', 'send_to_cc=', 'send_to_bcc=', 'subject='), $mailto_params);



------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: [email protected]
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel