Revision 34e1e83...

Go back to digest for 4th August 2013

Bug Fixes in KDE-PIM

Volker Krause committed changes in [akonadi] server/src/handler/append.cpp:

Fix creating items with a single external payload.

This was removing the just inserted part from the db again, but keeping the
external payload file around. This cannot possibly have ever worked...

We probably didn't notice this so far since emails are multi-part and don't
hit this path at all, and everything else is usually too small for the
external storage threshold. This was found by the unit tests for
ItemCreateJob in kdepimlibs.

REVIEW: 111819

File Changes

Modified 1 files
  • server/src/handler/append.cpp
1 files changed in total