Hello,

I'd like to start an xterm and the MUA mutt in cases of

        mailto:[EMAIL PROTECTED]

and not the nice Kmail. So, I've substituted /usr/local/bin/kmail
with a shell script:


$ cat /usr/local/bin/kmail
#!/bin/sh

xterm -fn 10x20 -title mutt -e "mutt -s test ${11} "
exit 0

and this launches an xterm with mutt, all is fine. The only
problem ist that the mail addr from the mailto:[EMAIL PROTECTED]
is encoded with the rules of RFC 2047 to a string like this:

To: =?utf8?b?Z3VydUBzaXNpcy5kZQ==?=

This seems to be only on FreeBSD; I did a test on Linux KDE
and there is no such encoding. Is this somehow configureable
before digging into the sources of konqueror?

        matthias

-- 
Matthias Apitz / Sisis Informationssysteme GmbH
Gruenwalder Weg 28g / D-82041 Oberhaching
Fon: ++49 89 / 61308-351, Fax: -399, Mobile ++49 170 4527211
http://www.sisis.de/
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to