Summary: | "maildir: Not supported type" popup on mail receive: "Unable to deserialize payload part" | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Martin Steigerwald <Martin> |
Component: | server | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dvratil |
Priority: | NOR | ||
Version: | 1.12.0 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/akonadi/50495dcbad84799af23bd24dfbbbefd99bc32afb | Version Fixed In: | 1.12.1 |
Sentry Crash Report: |
Description
Martin Steigerwald
2014-04-02 09:38:54 UTC
This looses data! And worse yet: Due to the database upgrade I bet I cannot downgrade to Akonadi 1.11.0! I moved a Toyota newsletter from "_Inbox" folder to "Mobil" folder. I disappeared from "_Inbox" but never appeared in "Mobil" folder: martin@merkaba:~/.local/share/akonadi/file_db_data> grep "Toyoda" * 2419626_r0:Toyota Pr=E4sident Akio Toyoda folgt der neue AYGO - mit einem frischen Des= 2419626_r0:verbessert werden: Diesem Wahlspruch von Toyota Präsident Akio Toyoda = martin@merkaba:~/.local/share/akonadi/file_db_data> grep "Toyoda" * martin@merkaba:~/.local/share/akonadi/file_db_data#1 martin@merkaba:~/.local/share/local-mail/.Lichtvoll.directory/Mobil> grep -ir "Toyoda" . martin@merkaba:~/.local/share/local-mail/.Lichtvoll.directory/Mobil#1> I did look in the folder above and below as well, in case I´d misdragged. Sorry, I found the mail. I accidentally put them two folders below the "Mobil" folder. The mail is definately still there. Downgrading bug severity. But I will keep a watch on my mails, as the error message seems quite scary to me. This issue has already been fixed in 1.12 branch. We will do 1.12.1 release before KDE 4.13 final is out. commit 50495dcbad84799af23bd24dfbbbefd99bc32afb Author: Dan Vrátil <dvratil@redhat.com> Date: Sat Mar 29 14:26:24 2014 +0100 Don't emit flagsChanged notifications from AKAPPEND handler We use DataStore::appendItemsFlags() to append flags to the newly created item, but we don't want it to send out change notification, because it's called before we actually send out the itemAdded notification, which can confuse clients (and resources). Daniel, just to make sure: So this is just debugging noise and has no serious consequences? Thanks, Martin It's an actual error message, but it has no consequences. It just generates unnecessary traffic between clients and Akonadi. |