Re: kmail sigh
Shridhar Daithankar <[email protected]>
| Newsgroups | gmane.comp.kde.users.pim |
|---|---|
| Message-ID | <2167077.knPVpLMPBc@arjun> |
Hello, On Monday 29 January 2018 1:22:42 AM IST Anders Lund wrote: > Back in kmail, after switching internet provider to something that should be > supported. > > It worked fine for a week or two, but today, things started to feel ugly. > New mails does not show up, pressing the "check mail" button is, as it was > since the unfortunate akonadi showed up, unbearably slow. As is just > fetching a mail. Kmail/akonadi appears to do lots of other stuff, instead > of fetching the mail I want to view. Could you pl. try the following. - restart akonadi server using "akonadictl restart". It helps sometimes. - Since akonadi is a cache, it can be rebuilt. Using postgresql database backend could be of some help. If all the accounts are imap, then this is really easy. For the reference, I am using a separate database server, then the configuration looks such as this. ------- $ cat ~/.config/akonadi/akonadiserverrc [Debug] Tracer=null [%General] Driver=QPSQL [QPSQL] Host= InitDbPath= Name=dbname Options= ServerPath= StartServer=false ------- You may have to blow out ~/.local/share/akonadi and/or folders beneath it. Please back up everything before experimenting or use a separate test user. HTH. -- Regards Shridhar