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

Arne Babenhauserheide arne_bab at web.de
Sat Mar 8 11:48:14 GMT 2014


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

--- Comment #1 from Arne Babenhauserheide <arne_bab at web.de> ---
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 the assignee for the bug.


More information about the Kdepim-bugs mailing list