diff options
author | 2010-08-10 13:08:08 +0000 | |
---|---|---|
committer | 2010-08-10 13:08:08 +0000 | |
commit | 3fa47189418b1ef37654ee4d740bf617bbf16d57 (patch) | |
tree | 2d1f0af758ff12c70d1261e4b7d1c31be3de6475 /kde-base/kdepimlibs/files | |
parent | Drop unused patch. (diff) | |
download | gentoo-2-3fa47189418b1ef37654ee4d740bf617bbf16d57.tar.gz gentoo-2-3fa47189418b1ef37654ee4d740bf617bbf16d57.tar.bz2 gentoo-2-3fa47189418b1ef37654ee4d740bf617bbf16d57.zip |
Drop unused patch.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdepimlibs/files')
-rw-r--r-- | kde-base/kdepimlibs/files/kdepimlibs-4.4.0-sieve.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/kde-base/kdepimlibs/files/kdepimlibs-4.4.0-sieve.patch b/kde-base/kdepimlibs/files/kdepimlibs-4.4.0-sieve.patch deleted file mode 100644 index 006c7b5a47e5..000000000000 --- a/kde-base/kdepimlibs/files/kdepimlibs-4.4.0-sieve.patch +++ /dev/null @@ -1,20 +0,0 @@ -http://bugs.kde.org/show_bug.cgi?id=212951 -http://bugs.gentoo.org/show_bug.cgi?id=305211 - ---- kioslave/sieve/sieve.cpp -+++ kioslave/sieve/sieve.cpp -@@ -364,12 +364,11 @@ - } - - // FIXME find a test server and test that this works -- // TODO ask the system whether SSL is available -- if (useTLSIfAvailable && QSslSocket::supportsSsl()) { -+ if (useTLSIfAvailable && m_supportsTLS && QSslSocket::supportsSsl()) { - sendData("STARTTLS"); - if (operationSuccessful()) { - ksDebug << "TLS has been accepted. Starting TLS..." << endl -- << "WARNING this is untested and may fail."; -+ << "WARNING this is untested and may fail."; - if (startSsl()) { - ksDebug << "TLS enabled successfully." << endl; - // reparse capabilities: |