[Akonadi] [Bug 494807] some local folders hidden

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sun Jan 26 21:11:22 GMT 2025


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

--- Comment #7 from whatifgodwasoneofus at hotmail.com ---
@kavol could you please check this:

1. go in the akonadi DB (it does not matter if it is postgres or mariadb)
2. SELECT * FROM public.collectiontable ORDER BY id ASC; and find the id of the
LAST GOOD collection - that is: the folder that is "visible" in kmail (and not
grey in akonadiconsole)
3. update collectiontable set remoterevision=null  where id >
last_good_collection_id;
4. akonadi should immediately start a reindex on the maildir agent. if it is
not the case, use the akonadiconsole or kmail (CTRL+F5) to trigger it.

You should now see all folders again, may they be maildir ones on IMAP ones.
BUT: if you close kmail, and then reopen it, those folders are gone again.
If you close akonadiconsole, and then reopen it, those folders are grey again.

Can you confirm this? If so, then your bug is exactly the same as mine
([#492233](https://bugs.kde.org/show_bug.cgi?id=492233)).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list