[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kgpg/frameworks] /: caff: fix mail body showing up in the subject
From:       Rolf Eike Beer <kde () opensource ! sf-tec ! de>
Date:       2016-06-28 18:06:47
Message-ID: E1bHxPL-0000Pt-NL () code ! kde ! org
[Download RAW message or body]

Git commit c8a90a6342e465351514d7e2b3f820f655191946 by Rolf Eike Beer.
Committed on 28/06/2016 at 18:05.
Pushed by dakon into branch 'frameworks'.

caff: fix mail body showing up in the subject

M  +2    -2    caff.cpp

http://commits.kde.org/kgpg/c8a90a6342e465351514d7e2b3f820f655191946

diff --git a/caff.cpp b/caff.cpp
index 51d27a5..717d7ab 100644
--- a/caff.cpp
+++ b/caff.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009,2010,2012,2013,2014 Rolf Eike Beer <kde@opensource.sf-tec.de>
+ * Copyright (C) 2009,2010,2012,2013,2014,2015,2016 Rolf Eike Beer \
                <kde@opensource.sf-tec.de>
  */
 
 /***************************************************************************
@@ -356,7 +356,7 @@ KGpgCaffPrivate::slotTextEncrypted(int result)
 
 		QDesktopServices::openUrl(QUrl(QLatin1String("mailto:") + email +
 				QLatin1String("?subject=") + i18nc("%1 is 64 bit key id (in hex), text is used \
                as email subject", "Your key %1", keyid) +
-				QLatin1String("?body=") + text));
+				QLatin1String("&body=") + text));
 		break;
 		}
 	default:


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic