[kmail2] [Bug 331870] kmail creates thousands of empty messages in the maildir

2017-01-07 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=331870 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO

[kmail2] [Bug 331870] kmail creates thousands of empty messages in the maildir

2016-09-24 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=331870 Denis Kurz changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO Resolution|---

[kmail2] [Bug 331870] kmail creates thousands of empty messages in the maildir

2014-03-08 Thread Kevin Krammer
https://bugs.kde.org/show_bug.cgi?id=331870 Kevin Krammer changed: What|Removed |Added CC||kram...@kde.org --- Comment #2 from Kevin Kramm

[kmail2] [Bug 331870] kmail creates thousands of empty messages in the maildir

2014-03-08 Thread Arne Babenhauserheide
https://bugs.kde.org/show_bug.cgi?id=331870 --- Comment #1 from Arne Babenhauserheide --- 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 -- You are receiving this mail because: You are t