[Bug 243775] The information about if a mail has been downloaded isn't migrated; POP3 backend fails to retrieve mail with: Error during insertion into table "PartTable" "Got a packet bigger than 'max_allowed_packet' bytes.

Volker Krause vkrause at kde.org
Sat Oct 23 22:59:47 BST 2010


https://bugs.kde.org/show_bug.cgi?id=243775





--- Comment #15 from Volker Krause <vkrause kde org>  2010-10-23 23:59:40 ---
commit 3342881137488c2a3be173f917f05b2a3649342f
branch refs/tags/v1.4.0
Author: Volker Krause <vkrause at kde.org>
Date:   Fri Jul 30 09:29:13 2010 +0000

    Backport enabling of FS store.

    BUG: 243775

    svn path=/branches/akonadi/1.4/; revision=1157128

diff --git a/server/src/storage/dbconfig.cpp b/server/src/storage/dbconfig.cpp
index 4d4946d..f8c4e67 100644
--- a/server/src/storage/dbconfig.cpp
+++ b/server/src/storage/dbconfig.cpp
@@ -47,7 +47,7 @@ DbConfig::DbConfig()
   if ( mSizeThreshold < 0 )
     mSizeThreshold = 0;

-  mUseExternalPayloadFile = false;
+  mUseExternalPayloadFile = true;
   mUseExternalPayloadFile = settings.value( QLatin1String(
"General/ExternalPayload" ), mUseExternalPayloadFile ).toBool();
 }

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Kdepim-bugs mailing list