Re: All local folders lost in KMail
René J.V. Bertin <[email protected]>
| Newsgroups | gmane.comp.kde.users.pim |
|---|---|
| Message-ID | <9511327.BW76L5IHWp@bola> |
On Thursday August 08 2019 10:14:43 Peter Humphrey wrote: >I'm beginning to wonder whether my problems, which are many and varied, stem >from the way I build the system. This being Gentoo, everything is compiled >from source - even the compiler. This is what I have set for kmail, in case it >helps: > >kde-apps/kmail-19.04.3:5::gentoo USE="handbook -debug -test" Does `-debug` mean that you're building a debug variant without optimisation, or just that you build with something like `-O2 -g` and preserve the debug information? If the former you're probably taking a significant performance hit, and if you're on a slower or very busy system this may lead to subtle issues, for instance because of timeouts not being met. R.