This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============1193430875== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig3A4108E43DE58EDEE32A7F3D" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3A4108E43DE58EDEE32A7F3D Content-Type: multipart/mixed; boundary="------------010908050508030701000609" This is a multi-part message in MIME format. --------------010908050508030701000609 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, I fix sending messages in winpopup. Messages wasnt delivered and const QString &Body has a lot of white spaces at the end in void WinPopupLib::sendMessage(const QString &Body, const QString &Destination)= And on my *buntu sh doesnt support echo -e (parm e). It support only bash. I changed header in winpopup scripts to use bash (instead sh) --=20 Pali Roh=C3=A1r pali.rohar@gmail.com --------------010908050508030701000609 Content-Type: text/x-patch; name="winpopup.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="winpopup.patch" Index: winpopup-send.sh =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- winpopup-send.sh (revision 871741) +++ winpopup-send.sh (working copy) @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash PATH=3D/bin:/usr/bin/:/usr/local/bin =20 # Check input Index: winpopup-install.sh =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- winpopup-install.sh (revision 871741) +++ winpopup-install.sh (working copy) @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash =20 PATH=3D/bin:/usr/bin =20 Index: libwinpopup/libwinpopup.cpp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- libwinpopup/libwinpopup.cpp (revision 871741) +++ libwinpopup/libwinpopup.cpp (working copy) @@ -323,8 +323,8 @@ QProcess *sender =3D new QProcess(this); QStringList args; args << "-M" << Destination << "-N" << "-"; - sender->start(smbClientBin); - sender->write(Body.toLocal8Bit()); + sender->start(smbClientBin, args); + sender->write(Body.trimmed().toLocal8Bit()); sender->closeWriteChannel(); } =20 --------------010908050508030701000609-- --------------enig3A4108E43DE58EDEE32A7F3D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFI9fEfi/DJPQPkQ1IRAktbAJ4izwkE4c0wAUJqTFBFM3CBE4fgVACbBjob z2iMu1LBsJk9LfeyLGmK61c= =jCS7 -----END PGP SIGNATURE----- --------------enig3A4108E43DE58EDEE32A7F3D-- --===============1193430875== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ kopete-devel mailing list kopete-devel@kde.org https://mail.kde.org/mailman/listinfo/kopete-devel --===============1193430875==--