[Bug 282160] akoandi does not delete mails from .local/share/akonadi/file_db_data

András Manţia amantia at kde.org
Sat Feb 11 22:31:12 GMT 2012


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





--- Comment #21 from András Manţia <amantia kde org>  2012-02-11 22:31:12 ---
Thomas Zell: what is the cache policy for the maildir resource? Right click in
KMail on the toplevel maildir folder (e.g Local folders or whatever name you
have), Folder properties, Retrieval tab and the "Keep message bodies locally"
setting is interesting.

mkkot: you should also run the same query (see below), so we can see what is
using the space. You can run i t in akonadiconsole'd DB console tab or in a
mysql command line (in the latter case you can copy/paste it).

select resourcetable.id as res_id, resourcetable.name as resourcename ,
parttable.name, count(parttable.name), round(avg(parttable.datasize)) as
datasize_avg, round(sum(parttable.datasize)/1024/1024) as datasize_sum_MB from
parttable,pimitemtable, collectiontable, resourcetable where
pimitemtable.collectionid=collectiontable.id and
parttable.pimitemid=pimitemtable.id and parttable.name like 'PLD%' and
collectiontable.resourceId = resourcetable.id group by parttable.name,
collectiontable.resourceId;

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


More information about the Kdepim-bugs mailing list