[Akonadi] [Bug 324925] Already-existing MAILDIRs not getting indexed with KDE 4.11

Daniel Vrátil dvratil at redhat.com
Mon Dec 9 11:32:28 GMT 2013


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

Daniel Vrátil <dvratil at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dvratil at redhat.com

--- Comment #6 from Daniel Vrátil <dvratil at redhat.com> ---
The Akonadi::ItemFetchJob invoked from ItemQueue in Nepomuk Feeder fetches only
cached items - if there's an item that does not have the payload cached in
Akonadi yet, it will be skipped.

Please open Akonadi console and in "DB Console" tab, run following query:

SELECT PartTable.*, PartTypeTable.* FROM PartTable LEFT JOIN PartTypeTable ON
PartTable.partTypeId = PartTypeTable.id WHERE PartTable.PimItemId = 123456

Replacing 123456 with ID of an item you know does not work, post the output
here (or screenshot, the table is hard to copy)

Then, switch to Raw Socket tab and send following commands one by one

0 LOGIN test 
1 CAPABILITY (NOPAYLOADPATH) 
2 UID FETCH 123456 (CACHEONLY EXTERNALPAYLOAD PLD:ENVELOPE PLD:HEAD PLD:RFC822
ALLATTRIBUTES) 

And paste here the replies from the server. Remember to strip sensitive
information. You can string content of the reply, just make sure you keep
strings like PLD:HEAD[1] {123} (they can appear in the middle of the reply,
too)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list