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

2015-03-17 Thread Vishesh Handa
https://bugs.kde.org/show_bug.cgi?id=324925

Vishesh Handa m...@vhanda.in changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #8 from Vishesh Handa m...@vhanda.in ---
The Nepomuk project is no longer maintained in KDE since 4.13. For email
indexing, Baloo provided an Akonadi resource to index emails, contacts and
events. Tags are now maintained by Akonadi itself.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


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

2013-12-30 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=324925

Christoph Feck christ...@maxiom.de changed:

   What|Removed |Added

 CC||christ...@maxiom.de

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


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

2013-12-09 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=324925

Daniel Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 CC||dvra...@redhat.com

--- Comment #6 from Daniel Vrátil dvra...@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.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


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

2013-12-09 Thread luisfe
https://bugs.kde.org/show_bug.cgi?id=324925

--- Comment #7 from luisfe lftab...@yahoo.es ---
OK,  using akonadi master, for the DB query I get

idpimItemIdpartTypeIddatadatasizeversionexternalid 
  namens
57869289999(Thu, 29 Sep 2011 21:21:29 -0300 Re: diciembre …   
362109ENVELOPEPLD
57869289991001010HEADPLD
80978289991101011RFC822PLD

So headers and full mail is not in the database. Now, I query on the raw
socket, got:

* OK Akonadi Almost IMAP Server [PROTOCOL 35] 
0 LOGIN test 
0 OK User logged in 
1 CAPABILITY (NOPAYLOADPATH) 
1 OK CAPABILITY completed 
2 UID FETCH 28999 (CACHEONLY EXTERNALPAYLOAD PLD:ENVELOPE PLD:HEAD PLD:RFC822
ALLATTRIBUTES) 
* 28999 FETCH (UID 28999 REV 4 MIMETYPE message/rfc822 COLLECTIONID 86
PLD:ENVELOPE[1] {362} 
...here appears the envelope as in the database...

PLD:HEAD[1] {3579} 

...Many headers of the message...

PLD:RFC822[1] {5051} 

...Full message here...

2 OK UID FETCH completed 



NOW, after performing the raw queries, the item is found by nepomuk, if I
perform a new database query I get

idpimItemIdpartTypeIddatadatasizeversionexternalid 
  namens
57869289999(Thu, 29 Sep 2011 21:21:29 -0300 Re: diciembre …   
362109ENVELOPEPLD
578692899910headers here35791010HEADPLD
80978289991180978_r050511111RFC822PLD

And 80978_r0 is a copy of the mail in akonadi/file_db_data cache folder. If I
restart akonadi, the cached file disappears, the database query gives again the
first answer. 

idpimItemIdpartTypeIddatadatasizeversionexternalid 
  namens
57869289999(Thu, 29 Sep 2011 21:21:29 -0300 Re: diciembre …   
362109ENVELOPEPLD
57869289991001010HEADPLD
80978289991101011RFC822PLD

But now the difference is that nepomuk stores the information of the mail.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


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

2013-12-07 Thread luisfe
https://bugs.kde.org/show_bug.cgi?id=324925

luisfe lftab...@yahoo.es changed:

   What|Removed |Added

 CC||lftab...@yahoo.es

--- Comment #5 from luisfe lftab...@yahoo.es ---
I think that the problem is not the akonadi_nepomuk_feeder but
Akonadi::ItemFetchJob that does not fetch items.

Say you have an akonadi item 123456 that want to be passed to Nepomuk, try

qdbus org.freedesktop.Akonadi.Agent.akonadi_nepomuk_feeder /
org.freedesktop.Akonadi.NepomukFeeder.forceReindexItem 123456

You will get something like

akonadi_nepomuk_feeder(5709) ItemQueue::fetchJobResult: Not all items were
fetched:  0 1

It happens with mails, contacts and everything.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


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

2013-12-05 Thread koyukuk
https://bugs.kde.org/show_bug.cgi?id=324925

koyu...@gmx.de changed:

   What|Removed |Added

 CC||koyu...@gmx.de

--- Comment #4 from koyu...@gmx.de ---
Same here on debian testing, KDE 4.11.3.
When using nepomukpimindexerutility to index a mail I get the message: 

nepomukpimindexerutility(12977) FeederPluginloader::feederPluginsForMimeType:
No feeder for type  inode/directory  found 
nepomukpimindexerutility(12977) ItemQueue::fetchJobResult: Not all items were
fetched:  0 1

So maybe the pimindexer does not index Maildirs because it lacks a plugin and
the fileindexer doesn't know it is mail and therefore can't tell akonadi/kmail?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


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

2013-11-21 Thread Patrick
https://bugs.kde.org/show_bug.cgi?id=324925

Patrick patr...@noxs.nl changed:

   What|Removed |Added

 CC||patr...@noxs.nl

--- Comment #3 from Patrick patr...@noxs.nl ---
I'm seeing the same issue here on KDE 4.11.3, Arch Linux x86_64.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


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

2013-11-06 Thread Kishore
https://bugs.kde.org/show_bug.cgi?id=324925

Kishore kitts.mailingli...@gmail.com changed:

   What|Removed |Added

 CC||kitts.mailingli...@gmail.co
   ||m

--- Comment #1 from Kishore kitts.mailingli...@gmail.com ---
I have a similar problem but with a disconnected IMAP resource. Is there a
workaround that i can use? Is my problem related to this bug?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


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

2013-11-06 Thread Jörg Schaible
https://bugs.kde.org/show_bug.cgi?id=324925

Jörg Schaible joerg.schai...@gmx.de changed:

   What|Removed |Added

 CC||joerg.schai...@gmx.de

--- Comment #2 from Jörg Schaible joerg.schai...@gmx.de ---
I can confirm this behavior for KMail 4.10.5 (see
http://thread.gmane.org/gmane.comp.kde.users.pim/21868)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


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

2013-09-15 Thread whatifgodwasoneofus
https://bugs.kde.org/show_bug.cgi?id=324925

whatifgodwasoneo...@hotmail.com changed:

   What|Removed |Added

 CC||whatifgodwasoneofus@hotmail
   ||.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


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

2013-09-15 Thread whatifgodwasoneofus
https://bugs.kde.org/show_bug.cgi?id=324925

whatifgodwasoneo...@hotmail.com changed:

   What|Removed |Added

   Keywords||regression, reproducible

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs