From kdepim-users Fri Aug 13 15:20:41 2021 From: Anders Lund Date: Fri, 13 Aug 2021 15:20:41 +0000 To: kdepim-users Subject: Re: kmail continues to show read messages as unread Message-Id: <1935324.vKsQqaFa0H () elias> X-MARC-Message: https://marc.info/?l=kdepim-users&m=162886805101194 fredag den 13. august 2021 16.48.10 CEST skrev John White: > > > I have heard that it might help if I did the following: > > > > > > just trash > > > ~/.local/share/akonadi* > > > ~/.local/share/kmail* > > > ~/.config/akonadi* > > > ~/.config/kmail* > > > ~/.cache/akonadi* > > > > > > But I am afraid this might do permanent damage. I need to keep the old > > > emails. > > > > > > Any suggestions? Hi John, Deleting the akonadi data and config does not delete your mail. Just don't delete the mail storage. I don't think deleting kmails files does any good. Before trying that, try running the following, preferably in a terminal: akonadictl vacuum akonadictl fsck Vacuum just cleans up your databases, and requires "lots of time and disk space". Fsck will try to fix inconsistemcies in the local storage, and also takes time. Those commands spared me deleting akonadi data quite some times :) Kindly, Anders