Version: svn trunk (using KDE Devel) Installed from: Compiled sources Compiler: gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) OS: Linux Note: I have only tested this with kmail. There are 2 issues: 1) When invoking kmail, the to addresses are RFC2047 encoded. KMail does not understand this. It handles cc and bcc ok, but not mailto: addresses. 2) The mailto: protocol is not set in the command, so kmail never finds the "to" addresses. I can fix this by prepending "mailto:" to the "to" string but I don't know if that's going to break someting else.
Created attachment 22933 [details] Fixes mailto: and encoding problems when invoking kmail Don't know if this is the way to do it, though...
Is this a kdelibs or a kdepimlibs or a kmail problem?
Most likely a kdelibs problem, *maybe* kmail. Imo kdelibs, because if the command line is formatted the way kmail wants it, it works.
This works now so closing.