Summary: | kmail creates thousands of empty messages in the maildir | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Arne Babenhauserheide <arne_bab> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | krammer |
Priority: | NOR | ||
Version: | 4.12.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Arne Babenhauserheide
2014-03-08 08:58:43 UTC
I’m currently killing all those empty messages with cd .local/share/mail for i in */*/*; do if ! grep -q @ $i; then echo XXX $i ; rm $i; fi; done Empty of 1-byte sized? If the latter, could this be the same as https://bugs.kde.org/show_bug.cgi?id=331486 or https://bugs.kde.org/show_bug.cgi?id=319226 ? This bug has only been reported for versions before 4.14, which have been unsupported for at least two years now. Can anyone tell if this bug still present? If noone confirms this bug for a Framework-based version of kmail2 (version 5.0 or later, as part of KDE Applications 15.12 or later), it gets closed in about three months. Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.0 aka 15.08), please open a new one unless it already exists. Thank you for all your input. |