Re: kmail serious problems

David Bryant <[email protected]> Wed, 08 Feb 2023 11:30:43 -0600
Newsgroups gmane.comp.kde.devel.pim
Message-ID <1919491.Uzlxyg59rK@localhost>
On Tuesday, February 7, 2023 3:11:40 PM CST Alexander Neundorf wrote:
> What about the around 100 "unreferenced external files" ?
> Anything I could/should do about that ?

Oh, yeah. I failed to mention that those files are just garbage. You can remove them easily:

*~ $* find .local/share/akonadi/file_db_data/ -type f|xargs rm

That command line finds all the files in the .../file_db_data/ directory, then pipes the 
resulting list of file names through "xargs" and thence to "rm". If you issue that command 
line when there are no such files, you'll get an error message.

This stuff all went into the KMail Handbook about a year and a half ago. In KMail select 
Help --> KMail Handbook, then go to 7. KMail Troubleshooting. You probably ought to read 
the whole chapter.  

I wish I could find the bug, but it's elusive. I run the 

*~ $* akonadictl fsck 2>&1 | grep ^Found

command every day. It usually finds one or two "phantom" database entries. I clean them 
out regularly. It's a bit of a pain, but better than having a lot of non-existent "messages" in 
the message index.
-- 
David Bryant
Canyon Lake, Texas
signature.asc (application/pgp-signature, 488 B)
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEHKVB8JZS5s6ZL34a/ZeQvEyHt8AFAmPj3EMACgkQ/ZeQvEyH
t8ApEwf/cU38Q8HW0kNGLIpg8Rp1mMPDfGc8f6bnCBbqdEPSfWq8bd6OFswm0O1+
geY+RfrSZc+Qgjh2CmUDaW0hzkIWmTPHDxGEBEf3ug/rtEl8ZwtBo4a++uiexGmI
6jM3a3UyBL1o0Sas4fwucVbYGl/Ek69l3C1N0kdf1H8alyoimfhcpWhnRZ72Ga/9
1vq7YCLkT/4PhecjxE8lMnO9gPDqeiLVLEZX7E8ULHku7+LCr3QomRKXVZg7ehJX
zzsen33CmM1L7yduFEyjq1QP27WMKJ4sSUfdszdRSwjD5zPNVsLbyyHqRx9Y5cP3
UgsiW1LMhXC7AenX7j4wwE55EpFWWw==
=zA+K
-----END PGP SIGNATURE-----