http://bugs.winehq.org/show_bug.cgi?id=12326
Summary: SHELL_FindExecutable breaks "mailto:" URL Product: Wine Version: 0.9.58. Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: shell32 AssignedTo: wine-bugs@winehq.org ReportedBy: developers@tefnet.pl
Created an attachment (id=11802) --> (http://bugs.winehq.org/attachment.cgi?id=11802) mailto test script
When you try to run attached script (mailtotest.sh) you will get an email with only 23 lines (not 43 as supposed to be)
But when you comment out line ~560 "if (key) *key = '\0';" in SHELL_FindExecutable (dlls/shell32/shlexec.c), you will get correct email body.